*{
	/*border:1px #666 solid;*/
}

.slideshow_wrapper
{
	width:100%;
	height:100%;
	position:relative;	
	overflow:hidden;
}

#slideshow
{
	display:block;
	position:relative;
	width:100%;
	/*height:100%;*/
	overflow:hidden;
	z-index:1;
}

#slideshow .slide
{	
	width:100%;
	float:left;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	display:none;
}

#slideshow .slide img
{	
	width:100%;
	height:auto;
	margin:0 auto;
}


#slideshow .active
{
	display:block;
}


#slideshow .inactive
{
	display:none;
}


#buttons a {
	display:block;
    width:58px;
    height:113px;
    text-indent:-999em;
    float:left;
    outline:0;
	z-index:101;
}

a#left_control {
	background:transparent url(../images/image_arrow_right.png) no-repeat 0 0;
	position:absolute; 
	right:14px;
}

a#right_control {
	background:transparent url(../images/image_arrow_left.png) no-repeat 0 0;
	position:absolute;
	left:14px;
	display:none;
}

.btn_show
{	
	
	position:absolute;
	right:0;
	bottom:0;
	z-index:999;
	display:block;
	text-indent:-999em;
	width:118px;
	height:24px;
	background:transparent url(../images/Image_Thumbs_Button.jpg) no-repeat 0 0;
}



#carousel_thumbs_wrapper
{	
	width:100%;	
    height:100px;
	z-index:99;
	background:transparent url(../images/bg_gallery_thumbs.png) repeat 0 0;
	position:absolute;
	left:0;
}

#carousel_thumbs_wrapper .btn_close
{
	float:right;
	margin-top:8px;
	width:8px;
	height:10px;
	display:block;
	text-indent:-999em;
	background:transparent url(../images/btn_close.png) no-repeat 0 0;
}

#carousel_thumbs
{	
	width:354px;
    height:100px;
	z-index:98;
	margin:0 auto;
}



#carousel_thumbs #thumbs
{
	overflow:hidden;/**/
    position:relative;
	margin:0 auto;
 /*   width:776px;*/
    height:86px;
}

#carousel_thumbs #thumbs ul {
    position:relative;
    left:0;
    top:14px;
    list-style:none;
    margin:0;
    padding:0; 
	height:86px;
	z-index:99;
	overflow:visible;
}

#carousel_thumbs #thumbs li img
{	
	width:106px;
	height:70px;
	margin-right:18px;
	float:left;
	border:solid 1px #000;
	opacity:.3;
}

#carousel_thumbs #thumbs li img:last
{
	margin-right:0px;	
}

#carousel_thumbs #thumbs li.selected img
{	
	border:solid 1px #43a5ff;
	opacity:1;
}

#carousel_thumbs #buttons
{
	width:100%;
	position:relative;	
	z-index:99;
}

#carousel_thumbs #buttons a {
	display:block;
    width:22px;
    height:15px;
    text-indent:-999em;
    float:left;
    outline:0;
}

#carousel_thumbs #thumbs_left {
	background:transparent url(../images/thumb_arrow_right.png) no-repeat 0 0;
	/*position:absolute;*/
	top:0px;
	/*right:10px;*/
	z-index:100000;
	height:110px;
	width:18px;
}

#carousel_thumbs #thumbs_right {
	background:transparent url(../images/thumb_arrow_left.png) no-repeat  0 0;
	/*position:absolute;*/
	top:0px;
	left:10;
	z-index:100000;
	height:110px;
	width:18px;
}

.thumb{
	cursor:pointer;
	
}


.clear {clear:both}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape){
	

#slideshow
{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
	
}

a#left_control {
	background:transparent url(../images/image_arrow_right.png) no-repeat 0 0;
	position:absolute;
	top:200px;
	right:14px;
	z-index:999;
}

a#right_control {
	background:transparent url(../images/image_arrow_left.png) no-repeat 0 0;
	position:absolute;
	left:14px;
	top:200px;
	display:none;
	z-index:999;
}


#carousel_thumbs_wrapper
{	
	width:100%;	
    height:100px;
	z-index:1099;
	background:transparent url(../images/bg_gallery_thumbs.png) repeat 0 0;
	position:absolute;
	left:0;
	top:460px;
}

}



@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	

#slideshow
{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
}

a#left_control {
	background:transparent url(../images/image_arrow_right.png) no-repeat 0 0;
	position:absolute; 
	top:150px;
	right:14px;
	z-index:999;
}

a#right_control {
	background:transparent url(../images/image_arrow_left.png) no-repeat 0 0;
	position:absolute;
	left:14px;
	top:150px;
	display:none;
	z-index:999;
}


#carousel_thumbs_wrapper
{	
	width:100%;	
    height:100px;
	z-index:99;
	background:transparent url(../images/bg_gallery_thumbs.png) repeat 0 0;
	position:absolute;
	left:0px;
	top:700px;
}
	
}