body
{
padding:0px;
margin:0px;
}
#main {
	width: 250px;
	margin:0px auto;
	position: relative;
}

h2, #carousel_wrapper {
	width: 230px;
	margin:4px auto;
}

h2 {
	display: block;
}

* {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin:0px 0px 8px 0px;
	font-size:11px;
}

img {
	width:100%;
	margin:0px auto;
	opacity: 1.0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

ul {
	width:100%;
	clear:both;
	position: relative;
	float: left;
	padding:0px;
}

ul li:nth-child(odd) {
	background-color:#eee;
}

li {
	list-style-type: none;
	padding:5px;
	opacity: 1.0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

li:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

li a {
	display:block;
	width:100%;
}

li a:hover {
	font-weight:bold;
	text-decoration: none;
}


.clearfix {
	clear:both;
}

.more {
	font-weight: bold;
	margin:6px 0px;
	position: relative;
	float: left;
}

/* Carousel */
.car_wrapper {
	margin-bottom:15px;
}

#carousel_wrapper {
	height:600px;	
	/*clear:both;*/
	position: relative;
	float: left;
}

.caroufredsel_wrapper, .inner_carousel {
	height:100% !important;
	position:relative;
}

.image_carousel {
	padding: 0px;
	height: 100% !important;
	position: relative;
	clear:both;
	margin-left: 0px;
}

.image_carousel img {
	border: none;
	display: block;
}

.cmovie {
	width:100%;
	text-align: left;
	position: relative;
	float: left;
}

.cmovie .info {
	width:100%;
	margin-top: 10px;
	overflow-y:hidden;
	position: relative;
	float:left;
}

.cmovie .title {
	width:100%;
	font-size:14pt;
	display:block;
	margin:8px 0px;
	font-weight: bold;
	text-align: left;
	height: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cmovie .category {
	width:100%;
	display:block;
	font-weight: bold;
}

.cmovie .releaseinfo {
	width:100%;
	display:block;
	margin-top:8px;
	font-size:11px;
	position: relative;
	float:left;
}

.prev,.next  {
	position: relative;
	float:left; 
	display: inline-block;
	right:00px;
	text-align: center;
	color:#fff;
	padding:4px;
	width:26px;
	font-weight: bold;
	text-transform: uppercase;
	z-index:+9999;
	cursor: pointer;
}

.prev { top:130px;}
.next { top:130px;}

.prev.disabled, .next.disabled {
	cursor: default;
}
.butdiv
{
	display:none;
	position:relative; 
	float:left; 
	border: none; 
	width:32px; 
	height:600px;
}