/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider {
	width: 863px;
	height: 365px;
	position: relative;
	float:left;
	margin: 0px 0px 0px 0px;
}
.anythingSlider .wrapper {
	width: 863px;
	/*overflow: auto;*/
	height: 365px;
	margin:0px 0px 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 365px;
	width: 863px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	width: 7px;	
	text-indent: -9999px;
	position: absolute;
	top: 367px;
	cursor: pointer;
}
.anythingSlider .forward {
	background:url(../images/banArrow_right_ov.gif) no-repeat;
	right:310px;
}
.anythingSlider .back {
	background:url(../images/banArrow_left_ov.gif) no-repeat;
	left: 391px;
}
.anythingSlider .forward:hover {
	background:url(../images/banArrow_right.gif) no-repeat;
}
.anythingSlider .back:hover {
	background:url(../images/banArrow_left.gif) no-repeat;
}
#thumbNav {
	position: absolute;
	top: 365px;
	left:409px;
	height:14px;
	border-left:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
	padding:0px 6px 0px 10px;
}
#thumbNav a {
	color: #69b5e0;
	display: inline-block;
	height: 14px;
	margin: 0 4px 0 0;
	float:left;
	background:url(../images/bannerIcons.gif) no-repeat;
	text-align: center;
	text-decoration:none;
	/*text-indent:-999999px;*/
	font-size:0px;
	width:14px;
}
#thumbNav a:hover {
	background:url(../images/bannerIcons.gif) no-repeat;
}
#thumbNav a.cur,#thumbNav a.cur:hover {
	background:url(../images/bannerSelected.gif) no-repeat;
	color: #fff;
}
#start-stop {
	background: green;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 323px;
	display:none;
	/*-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
}
#start-stop.playing {
	background-color: red;
}
#start-stop:hover {
	background-image: none;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	/*overflow: visible;*/
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

.HmGallery .anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 175px;
	width: 300px;
	margin: 0;
}
.HmGallery .anythingSlider {
	width: 300px;
	height: 175px;
	position: relative;
	margin: 0px 0px 0px 0px;
}
.HmGallery .anythingSlider .wrapper {
	width: 300px;
	/*overflow: auto;*/
	height: 175px;
	margin:0px 0px 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.HmGallery #thumbNav {
	position: absolute;
	top: 158px;
	left:97px;
	height:14px;
	border-left:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
	padding:0px 6px 0px 10px;
}
.HmGallery .anythingSlider .arrow{
	top:160px;
}
.HmGallery .anythingSlider .forward {
	background:url(../images/smallGallery_right_ov.gif) no-repeat;
	right:96px;
}
.HmGallery .anythingSlider .back {
	background:url(../images/smallGallery_left_ov.gif) no-repeat;
	left: 80px;
}
.HmGallery .anythingSlider .forward:hover {
	background:url(../images/smallGallery_right.gif) no-repeat;
	right:96px;
}
.HmGallery .anythingSlider .back:hover {
	background:url(../images/smallGallery_left.gif) no-repeat;
	left: 80px;
}
/* Review Gallery Start */
.ReviewGallery .anythingSlider ul li,
.ReviewGallery .anythingSlider .wrapper,
.ReviewGallery .anythingSlider{
	width:940px;
	height:465px;
}
.ReviewGallery #thumbNav{
	left:17px;
	top:450px;
}
.ReviewGallery .anythingSlider .back{
	left:0px;
	background:url(../images/arrow_green_left_ov.gif) no-repeat;
}
.operating .ReviewGallery .anythingSlider .arrow{
	top:451px;
}
.ReviewGallery .anythingSlider .forward{
	left:100px;
	background:url(../images/arrow_green_right_ov.gif) no-repeat;
}
.operating .ReviewGallery .anythingSlider .forward:hover{
	left:100px;
	background:url(../images/arrow_green_right.gif) no-repeat;
}
.operating .ReviewGallery .anythingSlider .back:hover{
	left:0px;
	background:url(../images/arrow_green_left.gif) no-repeat;
}
.operating .ReviewGallery #thumbNav a,.operating .ReviewGallery #thumbNav a:hover{
	background:url(../images/review_Green.gif) no-repeat;
}
.operating .ReviewGallery #thumbNav a.cur,.operating .ReviewGallery #thumbNav a.cur:hover{
	background:url(../images/review_Green_selected.gif) no-repeat;
}



.hgt .ReviewGallery .anythingSlider .forward{
	left:100px;
	background:url(../images/arrow_hgt_right_ov.gif) no-repeat;
}
.hgt .ReviewGallery .anythingSlider .back{
	left:0px;
	background:url(../images/arrow_hgt_left_ov.gif) no-repeat;
}

.hgt .ReviewGallery .anythingSlider .forward:hover{
	left:100px;
	background:url(../images/arrow_green_right.gif) no-repeat;
}
.hgt .ReviewGallery .anythingSlider .back:hover{
	left:0px;
	background:url(../images/arrow_green_left.gif) no-repeat;
}
.hgt .ReviewGallery #thumbNav a,.hgt .ReviewGallery #thumbNav a:hover{
	background:url(../images/hgt_btn.gif) no-repeat;
}
.hgt .ReviewGallery #thumbNav a.cur,.hgt .ReviewGallery #thumbNav a.cur:hover{
	background:url(../images/hgt_btn_selected.gif) no-repeat;
}
.hgt .ReviewGallery .anythingSlider .arrow{
	top:451px;
}


/**/
#QuickReadBanner .anythingSlider ul li,
#QuickReadBanner .anythingSlider .wrapper,
#QuickReadBanner .anythingSlider{
	width:770px;
	height:323px;
}
#QuickReadBanner .anythingSlider .arrow{
	top:334px;
}
#QuickReadBanner .anythingSlider .back{
	left:330px;
	background:url(../images/smallGallery_left_ov.gif) no-repeat;
}
#QuickReadBanner .anythingSlider .forward{
	left:445px;
	background:url(../images/smallGallery_right_ov.gif) no-repeat;
}
#QuickReadBanner .anythingSlider .back:hover{
	background:url(../images/smallGallery_left.gif) no-repeat;
}
#QuickReadBanner .anythingSlider .forward:hover{
	background:url(../images/smallGallery_right.gif) no-repeat;
}
#QuickReadBanner #thumbNav{
	bottom:-23px;
	top:auto;
	left:346px;

}


/* crop Start */
.crgallery .anythingSlider ul li,
.crgallery .anythingSlider .wrapper,
.crgallery .anythingSlider{
	width:300px;
	height:169px;
}
.crgallery .anythingSlider .arrow{
	top:179px;
}
.crgallery .anythingSlider .back{
	left:0px;
	background:url(../images/cr_gall_left.gif) no-repeat;
}
.crgallery .anythingSlider .forward{
	right:0px;
	background:url(../images/cr_gall_right.gif) no-repeat;
}
.crgallery .anythingSlider .back:hover{
	background:url(../images/smallGallery_left.gif) no-repeat;
}
.crgallery .anythingSlider .forward:hover{
	background:url(../images/smallGallery_right.gif) no-repeat;
}
.crgallery #thumbNav{
	bottom:-23px;
	top:auto;
	left:15px;
	width:252px;
}
.crgallery #thumbNav a,.crgallery #thumbNav a:hover{
	background:url(../images/crop_btn.gif) no-repeat;
	margin:0px 4px 0px 0px;
}
.crgallery #thumbNav a.cur,.crgallery #thumbNav a.cur:hover{
	background:url(../images/crop_btn_selected.gif) no-repeat;
}
.crgallery .wrapper{
	border-bottom:1px solid #fbfbfb;
}

