@charset "utf-8";

#container{
	 width:100%;
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);/* Firefox */
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);/* Safari and Chrome */
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=4);
}
.main_box{
	background:red;
	/* Important parameters of style start */
	position:relative;
	overflow:hidden;
	float:left;
	/* Important parameters of style end */

}
.main_box > img{
	display:block;
	z-index:10;
}
.main_box > a{
	text-decoration:none;
}
.popup{
	/* Important parameters of style start */
	display:none;
	text-align:center;
	position:absolute;
	z-index:40;
	/* Important parameters of style end */
	height:70px;
	width:70px;
	background:#753ffe url(../images/up.png) no-repeat center center;

}
.popup2{
	/* Important parameters of style start */
	display:none;
	text-align:center;
	position:absolute;
	z-index:40;
	/* Important parameters of style end */
	height:70px;
	width:70px;
	background:#fe3f3f url(../images/down.png) no-repeat center center;
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);/* Firefox */
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);/* Safari and Chrome */
	box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
 filter:progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=2);
}
.r_board{
	/* Important parameters of style start */
	display:none;
	text-align:center;
	position:absolute;
	z-index:40;
	/* Important parameters of style end */
	height:60px;
	width:200px;
	background:#2BBFBD;
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);/* Firefox */
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);/* Safari and Chrome */
	box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
 filter:progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=2);
}
.overlayPop{
	/* Important parameters of style start */
	position:absolute;
	top:0;
	left:0;
	display:none;
	margin:0;
	/* Important parameters of style end */	

	background:#000;
}
/* Text Content */

.overlayText{
	/* Important parameters of style start */
	position:absolute;
	overflow:hidden;
	display:none;
	z-index:20;
	margin:0;
	/* Important parameters of style end */	

	background:#000;
	color:white;
}
.overlayRubTop{
	/* Important parameters of style start */
	position:absolute;
	overflow:hidden;
	z-index:20;
	margin:0;
	border:0 none;
	/* Important parameters of style end */
	background:#000;
}
.overlayRubBottom{
	/* Important parameters of style start */
	position:absolute;
	overflow:hidden;
	z-index:20;
	margin:0;
	border:0 none;
	/* Important parameters of style end */	
	background:#000;
}
.textBox{
	/* Important parameters of style start */
	position:absolute;
	float:left;
	z-index:30;
	margin:0;
	padding:0;/* Important parameters of style end */	
}
.textTitle{
	/* Important parameters of style start */
	position:absolute;
	float:left;
	z-index:30;
	margin:0;
	/* Important parameters of style end */	
	margin-left:10px;
	padding:5px;
	font-weight:bold;
}
/* USER STYLES */


.user_style6 .textTitle{
	background:#1d9beb;
	color:#fff;
	font-size:26px;
	padding:70px 20px 20px 20px;
}

.user_style6 .textBox{
	background:#141414;
	 height:70px;
	margin-bottom:0px;
}


.user_style1 .popup{
 width:82px; height:82px;
	background:url(../images/video.png) no-repeat center;
}


.user_style3 .popup{
	border-radius:85px;
	height:85px;
	width:85px;

	line-height:85px;
	color:#fff;
	font-size:20px;
	background:url(../images/search-red.png) no-repeat center;
}
.user_style3 .overlayPop{
	background:#000;
}


	.user_style7 .textTitle{
	background:#ff237a;
	color:#fff;
	font-size:22px;
}

	.user_style7 .textBox{
	background:#26a4fb;
	color:#fff;
}