#video_player_wrapper{
    float:left;
    padding:15px 0;
    padding-left:22px;
}

#video_player_container {
    background:url(../images/bg_player.gif) no-repeat;
    width:493px;
    height:383px;
    padding:17px 0 0 17px;
}

#video_options{
    width:748px;
}

#video_options_header{
    padding-left:22px;
	padding-bottom:4px;
	border-bottom:1px solid #bfbfbf;
	font-size:14px;
	height:25px;
	line-height:25px;
	color:#F4910F;
}

#video_options_header a{
	color:#F4910F;
}

#video_options_body{
	height:307px;
	background: url(../images/video_options.jpg) no-repeat 0 0;
}

#video_options_body_tabs{
	padding-top:9px;
}

#video_options_body_tabs li{
	widht:131px;
}

#video_options_body_tabs li.active{
	background: url(../images/menu_active_tab_border.png) no-repeat;
}

#vote{
	padding-top:122px;
	padding-left:314px;
}

.vote_value{
	width:120px;
}

.vote_value li{
	float:left;
}

.vote_value li a{
	float:left;
	display:block;
	height:22px;
	width:24px;
	background:url(../images/stars.jpg) no-repeat -24px 0;
	padding:0;
}

li.marked,
li.no_marked{
	float:left !important;
	display:block !important;
	height:22px !important;
	width:24px !important;
	background:url(../images/stars.jpg) no-repeat -24px 0 !important;
	padding:0 !important;
}

li.marked{
	background:url(../images/stars.jpg) no-repeat 0 0 !important;
}

#comment_list{
	padding-left:17px;
	padding-right:21px;
	width:494px;
	height:266px;
	overflow-y:scroll;
	float:left;
}

#comment_list li{
	padding:7px 0;
	background: url(../images/comment_bullet.gif) no-repeat 0 11px;
	padding-left:49px;
	border-bottom:solid 1px #e6e6e6;
}

#comment_list li.last{
	border-bottom:solid 0 #e6e6e6;
}

#comment_list li h1{
	font-size:14px;
	color:#fcac00;
}

#comment_form{
	float:left;
	padding-left: 20px;
	padding-top: 10px;
}

#comment_form label{
	text-transform:uppercase;
	color:#aeadad;
}

#comment_form *{
	font-size:10px;
}

#comment_form .submit-post{

}

#id_name, #id_email, #id_comment{
	width:166px;
	border:1px solid #E6E6E6;
	font-size:12px;
}

#id_name, #id_email{
	margin-bottom:6px;
	height:17px;
	line-height:17px;
}

#submit_wrapper{
	text-align:right;
	padding-top:2px;
}

#submit_wrapper a{
	font-size:14px;
	font-weight:bold;
	color:#aeadad;
}

#video_info{
    float:left;
    position:relative;
}

#video_title,
#video_voted_rank,
#video_autor,
#video_description{
    position:absolute;
    left:0;
    padding-left:42px;
    width:180px;
}

#video_title{
    top:122px;
    background:url(../images/simple_arrow.gif) no-repeat 0 0;
    height:44px;
    color:#feab00;
    font-weight:normal;
}

#video_title a{

}

/* 44px debajo del titulo */
#video_voted_rank{
    top:166px;
}

#video_autor{
    top:237px;
    height:14px;
    line-height:14px;
}

/* 14px debajo del autor */
#video_description{
    top:251px;
}

#main_poster{
    padding:10px 0;
}

/*
 * Carousel
 */

.carousel_wrapper{
    background:url(../images/bg_carousel_wrapper.jpg) no-repeat 0 0;
}

.carousel_info{
    float:left;
    width:201px;
    height: 268px;
}

.carousel_info_header{
    height:99px;
}

#latest_carousel_info_header{
    background:url(../images/bg_latest.gif) no-repeat 0 0;
}

#visited_carousel_info_header{
    background:url(../images/bg_visited.gif) no-repeat 0 0;
}

#voted_carousel_info_header{
    background:url(../images/bg_voted.gif) no-repeat 0 0;
}

.carousel_info_body{
    padding:16px 25px 0 20px;
}

.carousel_info_body p{
    text-transform:uppercase;
    color:#6d6d6d;
    line-height:23px;
    text-align:right;
}

.carousel_info_body p.highlight{
    color:#f4910f;
    font-weight:bold;
}

.carousel{
    background:url(../images/bg_carousel.jpg) no-repeat 0 0;
    position: relative;
    float:left;
}

.carousel .container {
  clear:both;
  width: 764px;
  position: relative;    
  overflow: hidden;
}

.carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
}                      

.carousel ul li {
  width: 167px;
  background:url(../images/bg_carousel_item.jpg) no-repeat 8px 0;
  height: 268px;
  padding:4px 12px;
  text-align: left; 
  list-style:none;   
  float:left;
}

.carousel ul li img{
  width: 167px;
  height: 112px;
  display:block;
}

.carousel ul li p{
    padding-top:8px;
}

.carousel ul li a{
    color:#676767;
}

.carousel ul li h1{
    font-size:14x;
    font-weight:normal;
    padding-top:8px;
}

.carousel ul li h1 a{
    color:#f4910f;
}

.carousel .previous_button {
  float:left;  
  width: 33px;
  height: 33px;
  cursor: pointer;
}

.carousel .previous_button_over {

}

.carousel .previous_button_disabled {
  cursor: default;
}

.carousel .next_button {
  float:right;  
  width: 33px;
  height: 33px;
  cursor: pointer;
}

.carousel .next_button_over {

}

.carousel .next_button_disabled {
  cursor: default;
}


a#btn_submit{
    color:#FEAB00;
	text-transform:uppercase;
	display:block;
	padding:20px 0;
}


