#slideshow {
position: relative;
/* width: 865px;
height: 302px; */
width: 738px;
height: 255px;
margin: 0 0 0 0;
padding: 0 0 0 0;
overflow: hidden;
border-top: 1px #c0c0c0 solid;
border-left: 1px #c0c0c0 solid;
border-right: 1px #c0c0c0 solid;
background: #ffffff;
}

#mainImages {
float: left;
position: relative;
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 738px;
height: 255px;
background: #ffffff;
}

#mainImages img {
width: 736px;
height: 253px;
-ms-interpolation-mode: bicubic;
}

#mainImages li {
position: absolute;
top: 1px;
left: 1px;
/* width: 863px;
height: 300px; */
width: 736px;
height: 253px;
text-align: center;
list-style: none;
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "alpha(opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
}

#mainImages li#i1 {
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
left: 1px;
}

.screenItemMain {
cursor: pointer;
}

#thumbnails {
position: relative;
/* width: 865px;
height: 63px; */
width: 738px;
height: 44px;
overflow: hidden;
/* margin: 0 auto; */
border-left: 1px #c0c0c0 solid;
border-bottom: 1px #c0c0c0 solid;
border-right: 1px #c0c0c0 solid;
background: #eee;
}

#thumbnails img {
display: inline-block;
width: 122px;
height: 43px;
/* opacity: 0.8;
top: 0px; */
-ms-interpolation-mode: bicubic;
}

#thumbnails ul {
position: relative;
/* top: 2px;
left: 3px; */
/* width: 865px;
height: 59px; */
width: 738px;
height: 43px;
margin: 0;
padding: 0;
}

#thumbnails li {
position: relative;
float: left;
/*float: right;*/
/* width: 168px;
height: 56px; */
width: 122px;
height: 43px;
display: block;
cursor: pointer;
margin-right: 1px;
margin-bottom: 1px;
/* border: 2px #000000 solid; */
/* border: 1px #c0c0c0 solid; */
}

#thumbnails li.selected {
/* width: 168px;
height: 56px; */
width: 122px;
height: 43px;
display: block;
/* border: 2px #000000 solid; */
/* border: 1px #c0c0c0 solid; */
}

#arrow {
position: relative;
/* width: 865px; */
width: 738px;
margin: 0 auto;
}

#prev,
#next {
position: absolute;
top: -100px;
opacity: 0.3;
filter: alpha(opacity=20);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
-moz-opacity: 0.2;
-khtml-opacity: 0.2;
width: 38px;
height: 38px;
cursor: pointer;
}

#prev {
/* left: 816px; */
left: 15px;
background: transparent url(../img/btn_prev.png) no-repeat left top;
}

#next {
/* left: 816px; */
left: 687px;
background: transparent url(../img/btn_next.png) no-repeat left top;
}

#prev:hover,
#next:hover {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
}
