/**/
/**/
/**/
/*  Div styles  */

div#SlideshowStage{
margin:auto;
}

div#display {
background-color:#e3e3e3;
width:650px;
height:410px;
}

div#ImgCaption{
padding-left:20px;
padding-top:5px;
margin-bottom:10px; 
height:25px;
color:#ffffff;
background-color:#666666;
font-size:14px;
}

div#thumb{
color:#666666;
font-size:25px;
height:70px;
width:650px;
}

div.thumbsDiv1{
float:left;
margin-left:20px;
width:90px;
/*vertical-align:middle;*/
background-repeat: no-repeat;
}


/**/
/**/
/**/
/*  Slide text style  */

span#dark{
margin-left:20px;
color:#2b2b2b;
}

span#slideNumber{
float:left;
margin-left:10px;
margin-top:10px;
}


/**/
/**/
/**/
/*   Display image   */

img.bigImg{
width:650px; 
border:0px;
/*This doesn't work'*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


/**/
/**/
/**/
/*   Thumbnails   */

img.thumb{
width:90px;
height:50px;
vertical-align:middle;
cursor:pointer;
repeat: repeat-x;
visibility: visible;
}

img.thumbSelect{
width: 90px;
height: 50px;
vertical-align :middle;
cursor: pointer;
repeat: repeat-x;
visibility: hidden;
}

/*img.thumb :hover{
visibility:hidden;
}*/

