.SlideShowSV{width:100%;margin:0 auto 0px auto;}
/* This is the ul you have all your images in */
.SlideShowSV ul{padding:0px; margin-top:-315px;height:80px; width: 700px; overflow:hidden; display: none; height:55px; position:absolute}

.SlideShowSV ul li{float: left; padding:2px;background:#777;margin:0 6px 4px 0;position:relative;overflow:hidden; display:inline; list-style:none }
.SlideShowSV ul li div img{position:relative;cursor:pointer;}
.priceOP{
	display:none
	
}
#thumbLeft{
	background-image: url(thumbLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	left:0px;
	bottom:20px;	
	width:24px;
	height:50px;
	display:none;
	z-index:10000;
}
#thumbRight{
	background-image: url(thumbRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position:absolute;
	right:0px;
	bottom:20px;
	width:24px;
	height:50px;
	display:none;
	z-index:10000;
	
}
/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{width:100%;height:100%;display:block;position:relative;}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:relative; text-align:center;}
.pika_subdiv{
	position:relative;
	padding:0px;
	background-color:#333
}
.pika_animationDivs{top:2px;left:2px; } /*must match top/left padding for subdiv */
.pika_subdiv a{ left:auto;
	
	
}
.pika_subdiv img, .pika_subdiv a img{
	border: 0px solid #FFF;
	
	
}
.pika_caption{
	
	width:50%;
	height:160px;
	margin-left:10px;
	margin-top:30px;
	position:absolute;
	left:0px;
	padding:5px;
	overflow-x:hidden;
	overflow-y:auto;
	color: #FFF;
	background-color: #333;
	border:1px solid #FFF;
	display: block;
}
.pika_caption a{color: #000;}
.pika_price{
	width:40%;
	height:160px;
	margin-left:10px;
	margin-top:30px;
	position:absolute;
	right:10px;
	padding:5px;
	overflow-x:hidden;
	overflow-y:auto;
	color: #FFF;
	background-color:#000;
	border:1px solid #FFF;
	display:block;
	
}
@media only screen and (orientation:portrait){
	#htov{
	display:none;
	}
#capandprice{
display:none;

}
.SlideShowSV{
		margin-top:110px;
	background-color:transparent;
}
pika_main{
	background-color:transparent;	
}
}
@media only screen and (orientation:landscape){
#htov{
	display:none;
	/*width:300;
	height:80px;*/

}
#capandprice{
display:none;	

}

.SlideShowSV{
	margin-top:110px;
	background-color:transparent;
}
pika_main{
	background-color:transparent;	
}
}
.pika_play{position:absolute;z-index:1;right:40px; bottom:248px; z-index:100011}
.pika_play a{ font-size:12px; color:#FFF; text-decoration:none; padding-left:30px}
.pika_play a.pika_stop_button{}

.pika_navigation a{ text-decoration: none; color:#FFF;  }
.pika_navigation a.small{width:20px; height:20px;display:inline-block;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation a.prev{background:url('previous.jpg') top left no-repeat;height:20px; display:inline-block; width:81px; position:absolute; bottom::245px; left:250px;}
.pika_navigation a.next{background:url('next.jpg') top right no-repeat;height:20px;display:inline-block;width:81px; position:absolute; bottom::245px; left:380px; }
.pika_navigation #thumbns{width:113px;height:20px;display:inline-block; cursor:pointer;color:#FFF; position:absolute; bottom::245px; right:100px; padding-top:3px}
.pika_navigation #imname{width:200px;height:20px;display:inline-block; cursor:pointer;color:#FFF; position:absolute; bottom::245px; left:10px; padding-top:3px; overflow:hidden}
.pika_navigation #imnum{width:50px;height:20px;display:inline-block; cursor:pointer;color:#FFF; position:absolute; bottom::245px; left:330px; padding-top:3px; overflow:hidden}
.pika_navigation #speed{
	background:url('speed.jpg') top right no-repeat; width:25px;height:20px; position:absolute; bottom::245px; right:10px; z-index:100;
	cursor:pointer; display:none;
	
}

.pika_navigation #speed .speed1{
position:relative;
top:20px;
width:20px;
height:20px;
background-color:#999;
color:#000;	
display:none;
	
}
.pika_navigation{
	font-size: 12px;
	position:absolute;
	bottom:0px;
	padding-top:0px;
	clear:both;
	z-index:10000;
	display: inline;
	width:100%;
	height:20px;
	text-align:center;
	background-color: #666
	 
}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;bottom:-5px; margin-bottom:0px; right:125px; height:1px;width:1px;background:url('rewind.png') top left no-repeat; z-index:100011}
.pika_next_hover{position:absolute;bottom:-5px; margin-bottom:0px; right:25px; height:1px;width:1px;background:url('fastf.png') top right no-repeat; z-index:100011}

/*Price information styles*/
.pika_price table tr{
height:20px;
}
.pika_price table td{
	vertical-align:top;
	
}
#selectPrice{
width:150px;	
	
}
.tdborder{
	padding:2px;
	border:solid 1px #FFF;
	
}
.tdborderOI{
	padding:2px;
	border:solid 1px #FFF;
	height:55px;
	overflow-x:hidden;
	overflow-y:auto;
	
}
.dilpriceWidth{
width:0%	
}
#SlideShowSV .closestk{
	height:20px;
	position::absolute;
	top:100px;
	width:98%;
	text-align:right;
	color:#FFF;
	font-size:14px;
	z-index:10000;
	padding-right:2%;
	background-color:#333
	
	
}