/* root element for scrollable */
.watchedScroll {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 250px;	 
	width: 200px;
	/*border-top:1px solid #ddd;	*/
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	margin-top:10px;	
	
}

/* root element for scrollable items */
.watchedItems {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:500px;	
	margin: 0px;
}

/* single scrollable item */
.items_vert div {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	padding:15px;
	font-size:12px;
	height:400px;
}

/* elements inside single item */
.items_vert img {
	float:left;
	margin-right:20px;
	height:250px;
	width:180px;
}

.items_vert h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:700px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	


.vert_link {
clear:both;
float:left;
display:inline;
height:auto;
white-space: nowrap;

/*margin-top:20px;*/

}
span.genrez{
white-space:nowrap;

}


.vert_link h4 a {
color:#002BB8;
text-decoration:none;
}

.vert_link h4 a:hover {
color:#002BB8;
text-decoration:underline;
}
/*
*/

.carousel-nav {
    background: url("./img/arrows_1.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px !important;
    margin: 0 0 4px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 140px !important;
    z-index: 50;
}

.carousel-next {
    background-position: -60px -160px;
	margin-bottom:20px;
	
}

.carousel-prev {
    background-position: -60px 0;
}



