﻿/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
position: absolute;
left: 0;
width: 100%;
background: #000000;
cursor: pointer;
z-index: 100;
}

#lbCenter, #lbBottomContainer {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #000000;z-index: 100;
}

.lbLoading {
background: #0D0D0D url(images/loading.gif) no-repeat center;
}

#lbImage {
background-repeat: no-repeat;
padding:10px;
border: 1px solid #242424;
z-index: 1200;
}

#lbPrevLink, #lbNextLink {
display: block;
position: absolute;
top: 0;
width: 50%;
outline: none;
z-index: 1200;
}

#lbPrevLink {
left: 0;
z-index: 1200;
}

#lbPrevLink:hover {
background: transparent url(images/prev.png) no-repeat 0% 30%;
z-index: 1200;
}

#lbNextLink {
right: 0;
z-index: 1200;
}

#lbNextLink:hover {
background: transparent url(images/next.png) no-repeat 100% 30%;
z-index: 1200;
}

#lbBottom {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:14px;
line-height: 16px;
text-align: left;
padding:15px 0px 0px 20px;
border: 0;
z-index: 1200;
}

#lbCloseLink {
display: block;
float: right;
width: 80px;
height: 16px;
background: transparent url(images/close.gif) no-repeat center;
margin: 0px;
z-index: 1200;
}

#lbCaption, #lbNumber {
margin-right: 14px;
z-index: 1200;
}

#lbCaption {
font-weight:normal;
z-index: 1200;
}

/*video*/

#recentvids{
padding:0px 0px 15px 2px;
}

.blockvids{
margin: 10px 0px 0px 0px;
height: 78px;
width: 200px;
}

.blockvids p {
height: 60px;
overflow: hidden;
line-height: 1.3em;
}

.blockvids a:link, .blockvids a:visited{
border:none;
}

.blockvids img{
width:95px;
height:70px;
margin:0px 4px 0px -2px;
padding:5px;
float:left;
background: #fff;
border:1px solid #b7a07c;
}





/* Tips */
.tool-tip {
color:#ccc;
width:150px;
z-index:13000;
}

.tool-title {
font-weight:700;
font-size:11px;
margin:0;
color:#fff;
padding:8px 8px 0 8px;
background:#333333;
text-align:left;
}

.tool-text {
font-size:11px;
padding:0 8px 8px 8px;
background:#333333;
text-align:left;
}



/*end video */


/*gallery page */
.item a:hover, .galleryitem a:hover{
color:#333333;
text-decoration:none;
border:none;
}

.galleryitem{
width:200px;
height:175px;
color:#333333;
margin:0 5px 25px 0;
float:left;
}

.galleryratings{
text-align:right;
margin:0px 8px 0px 0px;
}

.galleryitem h5{
color:#000;
font-size:15px;
line-height: 18px;
font-weight:normal;
text-align:left;
margin:5px 8px 5px 0px;
padding:0 ;
}
.galleryitem h3{
font-size:16px;
color:#C13F00;
font-weight:normal;
margin:0px 0px 8px 0px;
padding:0;
}

.covershot{
width:180px;
height:130px;
float:left;
margin-bottom: 10px;

}
.covershot p{
margin:0 10px;
padding:0;

}


.covershot img{
width:156px;
height:118px;
background:#fff;
padding: 5px; 
margin:8px 20px 0px 0px;
border:1px solid #b7a07c;
}
.singlecover img {
width: 156px;
height: 118px;
background-color: #ffffff;
background-attachment: scroll;
background-position: 0% 0%;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
margin-top: 8px;
margin-right: 20px;
border:1px solid #b7a07c;
}
#galleryshot{
width:175px;
height:142px;
float:left;
background:url(images/vidbg.png) no-repeat;
}/*
.singlecover{
width:109px;
height:84px;
float:right;
margin: 2px 0 0 0;
}*/
/*
.singlecover img{
width:95px;
height:70px;
margin:4px 0px 5px 6px;
overflow:hidden;
}
*/
/*end gallery page*/
/*treatments page videos*/
#video- {
margin: 10px 0px 0px 10px;
/*height: 78px;
width: 200px;*/
}

#video- p {
/*height: 60px;*/
overflow: hidden;
line-height: 1.3em;
padding-bottom:10px;
}

#video- a:link, .blockvids a:visited{
border:none;
}

#video- img{
margin:0px 4px 0px -2px;
padding:5px;
float:left;
background: #fff;
border:1px solid #b7a07c;
}



