/* Start of CMSMS style sheet 'Theme (Gallery)' */
/**********************************
Description...:GALLERY THEME
Last Changed..:04-09-2009
Notes #1......:
**********************************/
.sample {
float:left;
width:600px;height:425px;
padding:24px;margin:10px 32px 30px;
background:url(./img/gallery_bg.png) no-repeat;
}
.mask {
position:relative;
overflow:hidden;
width:600px;height:400px;
}
#gal-images {
position:absolute;
width:600px;
}
#gal-images img {border:0;margin:0;}
#gal-images span {display:block;}
#img-tag {bottom:0;}
.info {
position:absolute;
width:580px;height:50px;
padding:10px;
background:#000;
}
.info h4 {margin:0 0 15px;}
.info h4, .info p {color:#fff;}

.buttons {
float:left;
width:600px;
margin:20px 0 0;
}
.buttons span {
float:left;
cursor:pointer;
height:25px;
color:#b53904;
font-size:1.1em;
line-height:1em;/*for webKit*/
padding:4px 0 0px 0;
}
.buttons span.active, .buttons span:hover {color:#e9c3b3;}
.buttons span#stop {padding-right:35px;margin:0 10px 0 0;background:url(./img/icon-player01.gif) 100% 0 no-repeat;}
.buttons span#play {padding-left:35px;background:url(./img/icon-player02.gif) 0% 0 no-repeat;}
.buttons span#next {padding-right:35px;margin:0 0 0 80px;background:url(./img/icon-player03.gif) 100% 0 no-repeat;}
.buttons span#prev {padding-left:35px;margin:0 45px 0 70px;background:url(./img/icon-player04.gif) 0% 0 no-repeat;}
/******************
ToolTips**/
.tool-tip {
z-index:60;
color:#fff;
}
.tool-title {display:none;}
.tool-text {
text-align:center;
font-size:0.65em;
font-style:italic;
padding:3px;
background:#b53a05;
}
/* End of 'Theme (Gallery)' */

