/* ////////// GENERAL /////////////////// */

* {
	margin: 0; padding: 0;
}

.clear:after {
    	content: '.'; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
}
.clear { display: inline-block; }
* html .clear { height: 1%; }
.clear { display: block; }

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: 0 auto;
}

/* ////////// GLOBAL //////////////////// */

body {
	padding: 0 0 20px 0;
	background: #0D0D0D;
	color: #666;
	font: 10px Arial;
	text-align: center;
}

a {
	color: #FFCB30;
}

a:hover {
	color: #CCC;
	/*text-decoration: none;*/
}

h3 {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	line-height: 24px;
	text-indent: 10px;
}

img {
	border: 0;
}

input, textarea { outline: none; }

ul {
	list-style-type: none;
}

/* ////////// IMG TXT //////////////////// */

h3.newsletter {
	background: url('../img/txt_newsletter.png') no-repeat 10px 7px;
	text-indent: -9000px;
}

h3.publicitate {
	background: url('../img/txt_publicitate.png') no-repeat 10px 7px;
	text-indent: -9000px;
}

h3.ultimelesubtitrari {
	background: url('../img/txt_ultimelesubtitrari.png') no-repeat 10px 7px;
	text-indent: -9000px;
}

div.cautaresubtitrare {
	background: url('../img/txt_cautaresubtitrare.png') no-repeat 18px 15px;
}

div.cautaresubtitrare a.switchbutton {
	display: block;
	text-indent: -9000px;
}

div.searchbox div.button {
	background: url('../img/txt_filtre.png') no-repeat 20px 11px;
}

div.searchbox div.button a {
	display: block;
	text-indent: -9000px;
}

/* ////////// LINKS ///////////////////// */

a.backbutton {
	display: block;
	width: 37px; height: 23px;
	background: url('../img/backbutton.png') no-repeat top left;
	text-indent: -9000px;
	outline: none;
}

a.switchbutton {
	padding: 0 0 0 18px;
	color: #FFF;
	text-decoration: none;
	outline: none;
}

a.closed {
	background: url('../img/plus.png') no-repeat center left;
}

a.opened {
	background: url('../img/minus.png') no-repeat center left;
}

/* ////////// FORMS ///////////////////// */

/* search form */

form.search-form {
	/*filter: alpha(opacity = 75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;*/
}

form.search-form input.field {
	float: left;
	display: block;
	padding: 4px;
	width: 181px; height: 13px;
	border: 1px solid #333333;
	border-right: none;
	background: #111111;
	background: url('../img/searchfieldbg.png') repeat top left;
	color: #333333;
	font-size: 1em;
}

form.search-form input.button {
	display: block;
	width: 23px; height: 23px;
	border: none;
	background: url('../img/searchbutton.png') no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
}

/* search form */

form.newsletter-form {
	
}

form.newsletter-form input.field {
	float: left;
	display: block;
	padding: 2px 8px;
	width: 100px; height: 13px; /* 116 x 17 */
	border: none;
	background: url('../img/newsletterf_field.png') repeat top left;
	color: #666;
	font-family: Tahoma;
	font-size: 1em;
}

form.newsletter-form input.button {
	display: block;
	width: 22px; height: 17px;
	border: none;
	background: url('../img/newsletterf_btn.png') no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
}

/* comments form */

div.comments-form {
	margin: 10px 0;
}

div.comments-form input.field {
	display: block;
	margin: 0 0 10px 0;
	padding: 4px;
	width: 180px; height: 13px;
	border: 1px solid #222222;
	background: #111111;
	background: url('../img/searchfieldbg.png') repeat top left;
	background: none;
	color: #555555;
	font-size: 1em;
}

div.comments-form textarea {
	display: block;
	margin: 0 0 10px 0;
	padding: 4px;
	width: 360px; height: 80px;
	border: 1px solid #222222;
	background: #111111;
	background: url('../img/searchfieldbg.png') repeat top left;
	background: none;
	color: #555555;
	font-family: Arial;
	font-size: 1em;
}

div.comments-form input.button {
	display: block;
	width: 60px;
	padding: 4px;
	border: 1px solid #212121;
	background: none;
	color: #999999;
	font-size: 0.9em;
	cursor: pointer;
}

div.comment-error {
	margin: 0 0 10px 0;
	padding: 12px;
	border: 1px solid #660000;
	background: #330000;
	color: #FF0000;
	font-size: 1.2em;
}

div.comment-success {
	margin: 0 0 10px 0;
	padding: 12px;
	border: 1px solid #006600;
	background: #003300;
	color: #00FF00;
	font-size: 1.2em;
}

/* ////////// MAIN IDs ////////////////// */

div#wrapper {
	margin: 0 auto;
	width: 960px;
}

div#logocontainer {
	width: 164px; height: 86px;
}

/* ////////// HEADER //////////////////// */

div#header_small {
	margin: 0 auto;
	padding: 150px 0 0 0;
	width: 360px; height: 110px;
	background: url('../img/logo_small.png') no-repeat bottom center;
}

div.specialthanks {
	padding: 0 16px 11px 0;
	text-align: right;
}

div.specialthanks a {
	color: #666;
}

div.specialthanks a:hover {
	text-decoration: none;
}

/* ////////// CONTENT /////////////////// */

div#content {
	padding: 0 0 10px 0;
	/*border-bottom: 1px dotted #222;*/
	text-align: left;
}

div#content div.maincolumn {
	width: 800px;
}

div#content div.sidecolumn {
	width: 150px;
	padding: 0 0 0 9px;
	border-left: 1px dotted #222;
}

div#content_small {
	width: 730px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url('../img/content_smallbg.png') no-repeat top center;
}

/* ////////// FOOTER /////////////////// */

div#footer {
	height: 60px;
	margin: 0 auto;
	padding: 10px;
	border-top: 1px dotted #222;
	background: url('../img/smallwhitelogo.png') no-repeat right 0px;
	font-size: 1.1em;
	text-align: left;
}

div#footer_small {
	width: 730px; height: 60px;
	margin: 0 auto;
	padding: 10px;
	/*border-top: 1px dotted #222;*/
	background: url('../img/smallwhitelogo.png') no-repeat right 0px;
	font-size: 1.1em;
	text-align: left;
}

div#footer_tiny {
	height: 60px;
	width: 730px;
	margin: 0 auto;
	padding: 10px;
	font-size: 1.1em;
	text-align: center;
}

/* ////////// BANNERS ////////////////// */

div.banner_bottom {
	margin: 0 auto;
	width: 730px;
	text-align: left;
}

div.banner_bottom a {
	color: #666666;
	text-decoration: none;
}

div.banner_bottom div.label {
	padding: 4px;
}

div.banner_bottom a.content {
	display: block;
	border: 1px solid #222222;
	width: 728px;
	height: 90px;
}

div.banner_bottom a.content:hover {
	border: 1px solid #2C2C2C;
}

/* ////////// TOP MENU ////////////////// */

div.topmenu {
	/*top: -18px;*/
	position: relative;
	margin: 0 auto;
	width: 196px; height: 29px;
	background: url('../img/topmenubg.png') no-repeat top center;
}

div.topmenu a {
	overflow: hidden;
	display: block;
	text-indent: -9000px;
	outline: none;
}

div.topmenu div.row1 {
	padding: 0 0 0 28px;
	height: 18px;
}
div.topmenu div.row2 {
	padding: 0 15px 0 0;
	height: 11px;
}

div.topmenu div.row1 a {
	height: 17px;
}

div.topmenu div.row2 a {
	height: 11px;
}

div.topmenu a.home {
	width: 26px;
}

div.topmenu a.about {
	margin: 0 0 0 14px;
	width: 47px;
}

div.topmenu a.contact {
	margin: 0 0 0 11px;
	width: 44px;
}

div.topmenu a.menu {
	width: 25px;
}

/* ////////// SIDE MENU ///////////// */

ul.sidemenu {
	margin: 0 0 20px 0;
}

ul.sidemenu li {
	padding: 0 0 1px 0;
}

ul.sidemenu li a {
	display: block;
	width: 138px; height: 20px;
	background: url('../img/sidemenubg.png') no-repeat top left;
	color: #CCC;
	text-indent: 12px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	/*font-size: 0.85em;
	font-family: 'Trebuchet MS';
	letter-spacing: 0.05em;*/
}

ul.sidemenu li.search a {
	background: url('../img/sidemenubgsearch.png') no-repeat top left;
	text-indent: 25px;
}

ul.sidemenu li a:hover {
	background: url('../img/sidemenubgon.png') no-repeat top left;
	color: #FFF;
}

ul.sidemenu li.search a:hover {
	background: url('../img/sidemenubgsearch.png') no-repeat top left;
}

/* ////////// NEWSLETTER ////////// */

div.newsletter_form {
	margin: 0 0 14px 0;
}

div.newsletter_form div.header {
	
}

div.newsletter_form div.content {
	padding: 10px 0 0 0;
	border-top: 1px dotted #222222;
	color: #666;
	font-size: 1em;
}

div.newsletter_form div.content div.note {
	margin: 6px 0 6px 0;
	font-size: 0.9em;
}

div.newsletter_form div.content div.error {
	color: #FF0000;
}

div.newsletter_form div.content div.success {
	color: #00CC00;
}

/* ////////// ADVERTISMENTS ////////// */

div.advertisments {
	margin: 0 0 20px 0;
}

div.advertisments div.header {
	
}

div.advertisments div.content {
	padding: 10px 0 0 0;
	border-top: 1px dotted #222222;
	color: #666;
	font-size: 1em;
}

div.advertisments div.content div.item {
	padding: 0 0 20px 0;
}

div.advertisments div.content div.item a {
	color: #888888;
	text-decoration: underline;
}

div.advertisments div.content div.item a:hover {
	text-decoration: none;
}

div.advertisments div.content div.item div.title {
	color: #BBB;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	text-indent: 1px;
}

div.advertisments div.content div.item div.url {
	padding: 3px 0 0 0;
	text-align: right;
}

/* ////////// BIG THUMBS //////////////// */

div.bigthumbs {
	
}

div.bigthumbs div.item {
	float: left;
	padding: 0 20px 20px 0;
	width: 180px; /*height: 327px;*/
}

div.bigthumbs div.item div.thbcontainer {
	padding: 5px;
	border: 1px solid #242424;
}

div.bigthumbs div.item div.thumbnail {
	width: 166px; height: 250px;
	border: 1px solid #242424;
}

div.bigthumbs div.item div.thumbnail a {
	display: block;
	width: 166px; height: 250px;
	outline: none;
}

div.bigthumbs div.item div.thumbnail a:hover {
	background: url('../img/play.gif') no-repeat center center;
}

div.bigthumbs div.content {
	padding: 8px 0 0 0;
	font-size: 1.1em;
}

div.bigthumbs div.content h2 {
	font-size: 1.1em;
	font-weight: normal;
}

div.bigthumbs div.content a {
	text-decoration: none;
}

div.bigthumbs div.content div.text {
	float: left;
	width: 158px; height: 60px;
	color: #AAA;
	line-height: 15px;
	overflow: hidden;
}

div.bigthumbs div.content div.comments {
	float: right;
	width: 22px; height: 20px;
	background: url(../img/thb_commentsbubble.png) no-repeat top left;
	text-align: center;
	text-indent: 1px;
}

/* ////////// BROWSE NAVIGATION ////////// */

div.browsenavigation  {
	padding: 0 20px 10px 0;
}

div.browsenavigation a.button {
	display: block;
	width: 21px; height: 16px;
	outline: none;
	text-indent: -9000px;
}

div.browsenavigation a.left {
	background: url('../img/b_arrowleft.png') no-repeat top left;
}

div.browsenavigation a.right {
	background: url('../img/b_arrowright.png') no-repeat top left;
}

/* ////////// SUBTITLE SEARCH /////////// */

div.subtitle-search {
	margin: 0 20px 20px 0;
	border-top: 1px dotted #222;
	border-bottom: 1px dotted #222;
	overflow: hidden;
}

div.subtitle-search div.container {
	height: 178px;
	background: url('../img/subsearchbg.png') no-repeat top left;
}

div.subtitle-search div.container div.firstline {
	padding: 13px 0;
}

/* ////////// SUBTITLES FOOTER ////////// */

div.subtitles-footer {
	padding: 0 20px 0 0;
}

div.subtitles-footer div.header {
	
}

div.subtitles-footer div.content {
	padding: 4px 0 0 0;
	border-top: 1px dotted #222222;
	font-size: 1.1em;
	line-height: 14px;
}

div.subtitles-footer div.content div.item {
	padding: 2px 0;
	width: 195px;
	text-indent: 6px;
}

div.subtitles-footer div.content div.item a {
	color: #666666;
	text-decoration: none;
}

div.subtitles-footer div.content div.item a:hover {
	color: #888888;
}

/* ////////// SEARCH BOX ///////////////// */

div.searchbox {
	width: 213px; height: 98px;
	padding: 75px 0 0 0;
}

div.searchbox div.button {
	padding: 8px 1px;
	text-align: left;
}

/* ////////// FILTERS //////////////// */

div.filters {
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

div.filters div.container {
	
}

div.filters div.legend {
	float: left;
	width: 140px;
	padding: 2px 4px;
	background: #212121;
	color: #AAA;
	text-align: left;
}

div.filters div.content {
	clear: both;
	padding: 16px;
	text-align: left;
}

div.filters div.content div.content {
	padding: 0;
}

div.filters div.content a {
	outline: none;
}

div.filters div.content a.item {
	display: block;
	color: #555;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

div.filters div.content a.item:hover {
	color: #888;
}

div.filters div.content a.selected {
	color: #FFF;
}

div.filters div.content a.selected:hover {
	color: #FFF;
}

div.filters div.genre a {
	width: 100px;
}

/*div.filters div.year a {
	margin: 0 30px 0 0;
}*/

div.filters div.language a {
	margin: 0 20px 0 0;
}

div.filters div.length a {
	margin: 0 20px 0 0;
}

div.filters div.rating a {
	margin: 0 10px 0 0;
}

div.filters label {
	display: block;
	margin: 0 0 6px 0;
	color: #555;
	cursor: pointer;
}

div.filters textarea {
	width: 300px;
	height: 80px;
	padding: 4px;
	border: 1px solid #212121;
	background: none;
	color: #999;
	font-family: Arial;
	font-size: 1em;
}

div.filters a.button {
	display: block;
	width: 60px;
	padding: 4px;
	border: 1px solid #212121;
	color: #999;
	text-decoration: none;
}

/* ////////// SEARCH RESULTS ///// */

div.search-results {
	
}

div.search-results div.bar {
	width: 730px; height: 42px;
	background: url('../img/searchresultsbar.png') no-repeat top right;
}

div.search-results div.counter {
	padding: 8px;
}

div.search-results div.results {
	margin: 20px 0;
	text-align: left;
}

div.search-results p.null1 {
	border-bottom: 1px solid #222;
	padding: 8px;
	color: #EEE;
}

div.search-results p.null2 {
	margin: 0 0 100px 0;
	padding: 8px;
}

/* ////////// SEARCH RESULT ////// */

div.search-results div.results div.result {
	border-bottom: 1px solid #222;
	padding: 4px;
}

div.search-results div.results div.result div.mask {
	overflow: hidden;
}

div.search-results div.results div.result div.content {
	width: 722px;
}

div.search-results div.results div.result div.txtcontainer {
	width: 567px;
	text-align: left;
}

div.search-results div.results div.result div.imgcontainer {
	
}

div.search-results div.results div.result div.imgcontainer div.thumbnail {
	border: 1px solid #333;
	width: 133px; height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
}

div.search-results div.results div.result div.imgcontainer div.thumbnail a {
	display: block;
	width: 133px; height: 200px;
	outline: none;
}

div.search-results div.results div.result div.imgcontainer div.thumbnail a:hover {
	background: url('../img/play.gif') no-repeat center center;
}

div.search-results div.results div.result div.title {
	font-family: Tahoma;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 20px;
}

div.search-results div.results div.result div.title a {
	color: #EEE;
	text-decoration: none;
}

div.search-results div.results div.selected div.title a {
	color: #FFCB30;
}

div.search-results div.results div.result div.subtitle {
	margin: 0 0 16px 0;
	font-size: 1.1em;
}

div.search-results div.results div.result div.details {
	width: 247px;
}

div.search-results div.results div.result div.desc {
	width: 300px;
}

div.search-results div.results div.result div.desc p {
	text-indent: 24px;
}

div.search-results div.results div.result div.subtitles {
	width: 300px;
	margin: 20px 0 0 0;
}

div.search-results div.results div.result div.item {
	margin: 0 0 3px 0;
}

div.search-results div.results div.result div.item div.name {
	width: 92px;
	padding: 0px 4px;
	background: #222;
	color: #888;
	line-height: 15px;
}

div.search-results div.results div.result div.item div.value {
	width: 135px;
	padding: 0px 6px;
	color: #BBB;
	line-height: 15px;
}

div.search-results div.results div.result a.download {
	padding: 1px 4px;
	background: #DB9902;
	color: #FFF;
	text-decoration: none;
}

div.search-results div.results div.result a.bigdownload {
	display: block;
	font-size: 2.8em;
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

div.search-results div.results div.result a.bigdownload:hover {
	color: #FFCB30;
}

div.search-results div.results div.result div.subtitlesfull {
	padding: 30px 50px;
}

div.search-results div.navigation {
	margin: 0 0 20px 0;
}

div.search-results div.navigation a.button {
	display: block;
	padding: 4px;
	border: 1px solid #212121;
	color: #999;
	text-decoration: none;
	outline: none;
}

div.search-results div.navigation a.button:hover {
	color: #BBB;
}

/* ////////// SINGLE PAGE ////// */

div.single-page {
	/*margin: 0 20px 0 0;*/
	
}

div.single-page h2 {
	padding: 0 0 12px 0;
	/*color: #FFCB30;*/
	font-size: 1.7em;
	font-weight: normal;
}

div.single-page h2 a {
	text-decoration: none;
}

div.single-page p.msg {
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

div.single-page div.image div.thbcontainer {
	padding: 5px;
	border: 1px solid #242424;
}

div.single-page div.image div.thumbnail {
	width: 166px; height: 250px;
	border: 1px solid #242424;
}

div.single-page div.image div.thumbnail a {
	display: block;
	width: 166px; height: 250px;
	outline: none;
}

div.single-page div.image div.thumbnail a:hover {
	background: url('../img/play.gif') no-repeat center center;
}

div.single-page div.content {
	/*width: 580px;*/
	width: 740px;
	padding: 0 20px 0 0;
}

div.single-page div.content p {
	padding: 0 0 12px 0;
	color: #888;
	font-size: 1.2em;
	line-height: 16px;
	text-indent: 20px;
}

/* ////////// ABOUT BANNERS ////// */

textarea.bannerscript {
	display: block;
	width: 400px;
	height: 60px;
	margin: 4px 0 0 0;
	padding: 4px;
	border: 1px solid #222222;
	background: #000;
	color: #666;
	font-size: 1.2em;
	overflow: hidden;
}

textarea.bannerscript:hover {
	border: 1px solid #444444;
}

/* ////////// MOVIE PAGE ////// */

div.movie {
	
}

div.movie div.image div.thbcontainer {
	padding: 5px;
	border: 1px solid #242424;
}

div.movie div.image div.thumbnail {
	width: 166px; height: 250px;
	border: 1px solid #242424;
}

div.movie div.image div.thumbnail a {
	display: block;
	width: 166px; height: 250px;
	outline: none;
}

div.movie div.image div.thumbnail a:hover {
	background: url('../img/play.gif') no-repeat center center;
}

div.movie div.content {
	width: 580px;
	padding: 0 20px 0 0;
}

div.movie div.content h2 {
	padding: 0 0 12px 0;
	/*color: #FFCB30;*/
	font-size: 1.7em;
	font-weight: normal;
}

div.movie div.content h2 a {
	text-decoration: none;
}

div.movie div.content div.rating {
	width: 48px; height: 48px;
	background: url('../img/ratingbg.png') no-repeat center center;
	color: #FFF;
	font-size: 2.7em;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
}

div.movie div.content div.details {
	padding: 0 0 12px 0;
	color: #CCC;
}

div.movie div.content div.details li {
	padding: 0 8px 0 6px;
	background: url('../img/smalllistbullet.png') no-repeat center left;
	display: inline;
}

div.movie div.content div.people {
	padding: 0 0 12px 0;
	color: #888;
}

div.movie div.content div.people b {
	color: #AAA;
	
}

div.movie div.content div.people li {
	padding: 0 0 4px 0;
}

div.movie div.content p {
	color: #888;
	font-size: 1.2em;
	line-height: 16px;
}

div.movie div.content p.description {
	padding: 0 0 12px 0;
	text-indent: 20px;
}

div.movie div.content p.description a {
	
	
	text-decoration: none;
}

div.movie div.content p.description a:hover {
	text-decoration: underline;
}

div.movie div.content div.subtitles {
	padding: 0 0 12px 0;
}

div.movie div.content div.subtitles div.block {
	margin: 3px 0;
}

div.movie div.content div.subtitles div.label {
	width: 92px;
	padding: 0px 4px;
	background: #222;
	color: #888;
	line-height: 15px;
}

div.movie div.content div.subtitles a.download {
	margin: 0 0 0 6px;
	padding: 1px 4px;
	background: #DB9902;
	color: #FFF;
	text-decoration: none;
}

div.movie div.comments {
	padding: 12px 0 0 0;
	border-top: 1px dotted #222222;
}

div.movie div.comments div.list {
	font-size: 1.1em;
	line-height: 16px;
}

div.movie div.comments div.comment {
	margin: 0 0 10px 0;
	padding: 6px 8px;
	border: 1px solid #222222;
	background: #111111;
}

div.movie div.comments div.comment:hover {
	border: 1px solid #444444;
}

div.movie div.comments div.comment a {
	text-decoration: none;
}

div.movie div.comments div.comment div.name {
	font-size: 1.1em;
	
}

div.movie div.comments div.comment div.message {
	padding: 6px 0;
	color: #888;
}

div.movie div.comments div.comment:hover div.message {
	color: #AAA;
}

div.movie div.comments div.comment div.date {
	text-align: right;
}

/* ////////// SPECIAL THANKS LIST ////// */

div.specialthanks-list {
	font-size: 1.1em;
	line-height: 16px;
}

div.specialthanks-list div.item {
	margin: 0 0 10px 0;
	padding: 6px 8px;
	border: 1px solid #222222;
	background: #111111;
}

div.specialthanks-list div.item div.imgcontainer {
	margin: 2px 8px 2px 0;
	border: 1px solid #242424;
}

div.specialthanks-list div.item div.imgcontainer div.img {
	width: 100px; height: 100px;
	margin: 4px;
	border: 1px solid #242424;
}

div.specialthanks-list div.item:hover {
	border: 1px solid #444444;
}

div.specialthanks-list div.item a {
	text-decoration: none;
}

div.specialthanks-list div.item div.title {
	font-size: 1.1em;
	
}

div.specialthanks-list div.item div.message {
	padding: 6px 0;
	color: #888;
}

div.specialthanks-list div.item:hover div.message {
	color: #AAA;
}

div.specialthanks-list div.item div.url {
	text-align: right;
}

/* ////////// SLIDER ///////////// */

div.slider {
	
}

div.slider div.container {
	float: left;
	width: 540px;
	overflow: hidden;
}

div.slider div.content {
	width: 90000px;
}

div.slider div.slide {
	display: block;
	float: left;
	padding: 0 30px 0 0;
}

div.slider div.arrow {
	float: left;
	width: 15px;
	height: 24px;
	text-indent: -9000px;
	cursor: pointer;
}

div.slider div.leftarrow {
	margin: 0 30px 0 0;
	background: url('../img/arrowleft.png') no-repeat center left;
}

div.slider div.leftarrow:hover {
	background: url('../img/arrowlefton.png') no-repeat center left;
}

div.slider div.rightarrow {
	background: url('../img/arrowright.png') no-repeat center left;
}

div.slider div.rightarrow:hover {
	background: url('../img/arrowrighton.png') no-repeat center left;
}

/* ////////// TRAILER BOX ////// */

div.modalbox-overlay {
	background: #000;
}

div.modalbox-container {
	
}

div.modalbox-container div.trailer {
	padding: 10px;
	border: 1px solid #222222;
	background: #000;
}

html>body div.modalbox-container div.trailer {
	padding: 10px 10px 7px 10px;
}

div.modalbox-container div.subtitles {
	width: 255px;
	background: #49494A url('../img/subboxline.png') repeat-y top center;
	color: #7E7E7E;
	text-align: center;
}

div.modalbox-container div.subtitles div.top {
	padding: 30px 0 0 0;
	background: url('../img/subboxtop.png') no-repeat top center;
}

div.modalbox-container div.subtitles div.bottom {
	height: 30px;
	background: url('../img/subboxbottom.png') no-repeat bottom center;
}

div.modalbox-container div.subtitles a {
	display: block;
	color: #AAA;
	line-height: 16px;
	outline: none;
}

div.modalbox-container div.subtitles a:hover {
	color: #FFCB30;
}

/* ///////// MENU //////// */
.menu_container{
	background-image: url(../img/menu_top.png);
	background-repeat: repeat-x;
	height: 26px;
	width: 100%;
	text-align: left;
}

/* ///////// MISC STUFFS //////// */
.options{
	width: 173px;
	height: 30px;
	overflow: hidden;
}
.dotted_line{
	width: 179px;
	height: 2px;
	overflow: hidden;
	background-image: url(../img/dotted_line.png);
	background-repeat: no-repeat;
}
.html_box{
	border: 1px solid #2B2B2B;
	background-color: #0d0d0d;
	font-family: Tahoma;
	color: #3B3B3B;
	font-size: 9px;
	width: 170px;
	height: 82px;
}
.adauga_film{
	display: none;
	color: #3B3B3B;
	font-size: 9px;
}