@charset "utf-8";
/* CSS Document */

div.item {
/*padding-top: 10px;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
overflow: hidden;
position:absolute;
left: 0;
} 

.item img {
width:450px;
height:250px;
overflow: hidden;


}
.boxtitle {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:700;
width: 450px;
height: 25px;
padding-top: 5px;
position:absolute;
background-color: black;
#margin-left: -225px;
opacity: 0.7;
filter:alpha(opacity=70);
}

.text, .full_text {
	color:#FFFFFF;
	position:relative;
	background-image: url('../images/player_bg_tile.png');
	background-repeat: repeat;
	padding-left: 30px;
	padding-right:30px;	
	width: 390px;	
	
}

.text {
background-color:#000000;
	height:92px;
	padding-bottom:40px;
	bottom:7px;
	padding-top:10px;
} 
.full_text {
	height: 348px;
	bottom: 265px;
	padding-top:30px;
	font-size: 11px;
	
}

.read_more {
	color: #3286ed;
	cursor:pointer;
	
}

.html-example {
	background-color:black;
	position:absolute;
}

.loading-carousel-text{
	padding-top:100px;
	text-align: center;
	font-size: 36px;
	color: blue;
}
