/* Sample 1*/
#box1, #box2{
	position:absolute;
}
#box1 span, #box2 span{
	display:block;
	float:left;
}


/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
}

.lbLoading {
	background: #000 url(../images/1_loading.gif) no-repeat center;
}

#lbImage {
	background-repeat: no-repeat;
	border: 7px solid #000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: 0;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/1_prev.png) no-repeat 0% 30%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/1_next.png) no-repeat 100% 30%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border: 7px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 16px;
	background: transparent url(../images/1_close.png) no-repeat center;
	margin: 0px;
}

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

#lbCaption {
	font-weight: bold;
}
#container #content #scroller {
	background-color: #000000;
	position: absolute;
	width: 980px;
	margin-top: 270px;
	left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#container #footer {
	padding: 10px;
	height: 30px;
	width: 960px;
	background-image: url(../images/footer_bg.jpg);
	line-height: 50px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#container #content #left {
	position: relative;
	width: 450px;
	color: #BEBEBE;
	float: left;
	margin-right: 40px;
}

#container #content #right p {
	margin-right: 20px;
}

#container #content a{
color:#fec607;
text-decoration:none;
padding-bottom:3px;
border-bottom: 1px dotted #fec607;
}
#container #content img{
border:none;
}




.fadein {
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a .fadein{
	border:none;
}

.clear {
	clear: both;
	margin-bottom: 30px;
}
.headers{
color:#fec408;
}

#next1, #next2 {
	float: left;
	margin-left: 10px;
	width: 20px;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
	padding-top: 20px;
}
#prev1, #prev2 {
	float: left;
	margin-left: 10px;
	width: 20px;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
	padding-top: 20px;
}
.outerScroller {
	float: left;
	margin-left: 10px;
	width: 380px;
	overflow: hidden;
	height: 120px;
	display: block;
	position:relative;


}
.innerScroller {
	width: 5992px;
	height: 120px;
	position: relative;
	text-align: center;
}

.innerScroller img{
	float:left;
}
.doitach3 {font-weight: bold; color: #FFF; font-size: 16px; line-height: 30px}