<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sliden {
  margin: 0 0 30px -10px;
  width: 970px;
}


/************ SLIDER  ***************/
.sliderhp {
  margin: 0 0 5px;
  padding: 0;
  position: relative;
  z-index: 0;

  overflow: hidden;
}


/*-------------- TAINIES HOMEPAGE TABS SECTION STYLIN --------------*/
.tainiestabs {
  display: block;
  float: left;
  margin: 0 0 40px;
  overflow: hidden;
  padding: 0;
  width: 650px;
}

.tainiestabs h2.bluetit {
	background-color: #242628;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 8px;
}

.toptabsmenu {
	float: left;
	left: 9px;
	position: absolute;
	z-index: 600;
}

.toptabsmenu a.forsort {
	-webkit-transition:background-color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	-moz-transition:background-color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	-o-transition:background-color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	-ms-transition:background-color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	transition:background-color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	background:none repeat scroll 0 0 #3E3C39;
	border-radius:3px;
	behavior:url(PIE.htc);
	color:#d8dbd8;
	display:inline-block;
	font: 0.75em/0.85 'OpenSansExtrabold',Helvetica,Arial,Sans-Serif;
	height:10px;
	margin:0 9px 0 0;
	padding:10px 9px;
	text-align:left;
	text-decoration:none;
}

.toptabsmenu a.forsort:hover {
	background:none repeat scroll 0 0 #2D2C2A;
	border:none;
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow:0 1px 0 rgba(0, 0, 0, 0.3);
	color:#f3f3f1;
	text-decoration:none;
}

.toptabsmenu a.forsort:active {
	background:none repeat scroll 0 0 #2D2C2A;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#f3f3f1;
	text-decoration:none;
}

/*4 the dbedit on version */
.toptabsmenu a.forsorta {
	-webkit-transition:background-color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	-moz-transition:background-color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	-o-transition:background-color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	-ms-transition:background-color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	transition:background-color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	background-color:#616B73;
	border-radius:3px;
	behavior:url(PIE.htc);
	-webkit-box-shadow:0 1px 1px rgba(0, 29, 59, 0.4) inset, 0 1px 1px rgba(255, 255, 255, 0.8);
	box-shadow:0 1px 1px rgba(0, 29, 59, 0.4) inset, 0 1px 1px rgba(255, 255, 255, 0.8);
	color:#FFFFFF;
	cursor: default;
	display:inline-block;
	font: 0.75em/0.85 'OpenSansExtrabold',Helvetica,Arial,Sans-Serif;
	height:10px;
	margin:0 9px 0 0;
	padding:10px 9px;
	text-align:left;
	text-decoration:none;
}

/*THE NEW ONE*/
#caroucontent {

}

#caroucontainer {
	height:390px;
	margin:0 0 30px;
	position:relative;
	width:680px;
}

#cinecontainer {
	margin:0;
	overflow:hidden;
}

#carousel {
	margin:28px auto 0;
	width:654px;
}

#ui-carousel-next,
#ui-carousel-prev {
	background:url("images/arrow-left.png") #FFFFFF center center no-repeat;
	display:block;
	height:60px;
	position:absolute;
	width:60px;
	z-index:100;
}

#ui-carousel-next {
	background-image:url("images/arrow-right.png");
	float:right;
}

#ui-carousel-prev {
	float:left;
}

#ui-carousel-next &gt; span,
#ui-carousel-prev &gt; span {
	display:none;
}

.slide {
	margin:0;
	position:relative;
}

.slide h1 {
	color:#2D2C2A;
	margin:0;
	padding:0;
}

.pages {
  float: right;
  margin: 4px 0 0;
  overflow: hidden;
}

.pages .on {
	background-image: url(images/blackdot.png);
	display: block;
    float: left;
    height: 15px;
    width: 15px;
    text-indent: -5000px;
}
.pages .off {
	background-image: url(images/gred-dot.png);
	display: block;
    float: left;
    height: 15px;
    width: 15px;
	text-indent: -5000px;
}

.pages .on[style],
.pages .off[style] {
	background-image: none !important;
}

.bullet.off:hover {
	background-color: #ed1c24;
	width: 10px;
	height: 10px;
}

.bullet {
	behavior: url(PIE.htc);
	background-image: none !important;
	background-color: #d6d6d6;
	display:block;
	float:left;
	height:10px;
	margin:10px 0 0 18px;
	padding:0;
	position:relative;
	width:10px;
	zoom:1px;
}

a.more {
  background: url("images/sm_arrow.png") no-repeat scroll left 1px transparent;
  color: #616b73;
  float: right;
  padding: 0 0 0 15px;
  text-align: right;
  text-decoration: none;
  width: auto;
}
a.more:hover {
  color: #ed1c24;
}


/*END OF THE NEW ONE*/
/*============== END OF TAINIES HOMEPAGE TABS SECTION STYLIN ==============*/
/*------------- FOR TAINIES TAB -------------*/
#slidebox {
	height:300px;
	left:-9px;
	margin:0 9px;
	overflow:hidden;
	padding:15px 0 0;
	position:relative;
	top:-35px;
	width:654px;
}

#slidebox .container {
	border-top:1px solid #C2C0BE;
	margin:24px 0 0;
	position:relative;
}

#slidebox .content {
	background:none repeat scroll 0 0 transparent;
	float:left;
	left:0;
	margin:-6px 0 0;
	padding:10px 0 0;
	position:relative;
	width:654px;
}

#slidebox .content div {
	height:100%;
	padding:0;
	width:672px;
}

#slidebox .next,
#slidebox .previous {
	display:block;
	height:21px;
	position:absolute;
	width:21px;
	z-index:2;
}

#slidebox .next {
	background:#242628 url("slidebox_next.png") no-repeat left top;
	margin-right:10px;
	right:0;
}

#slidebox .next:hover {
	background:#242628 url("slidebox_next_hover.png") no-repeat left top;
}

#slidebox .previous {
	background:url("slidebox_previous.png") no-repeat left top;
	margin-left:10px;
}

#slidebox .previous:hover {
	background:url("slidebox_previous_hover.png") no-repeat left top;
}

#slidebox .thumbs {
	float:right;
	padding:0;
	position:relative;
	top:-20px;
	z-index:2;
}

#slidebox .thumbs .thumb {
	background:url("images/grey-dot.png") no-repeat scroll 16px 8px transparent;
	color:#FFFFFF;
	display:block;
	float:left;
	height:30px;
	margin:0;
	padding:0;
	text-decoration:none;
	width:28px;
}

#slidebox .thumbs .thumb:hover {
	background:url("images/blackdot.png") no-repeat scroll 16px 8px transparent;
	color:#242628;
}

#slidebox .selected_thumb {
	background:url("images/blackdot.png") no-repeat scroll 16px 8px transparent;
	color:#242628;
	display:block;
	float:left;
	font-family:Verdana;
	font-size:9px;
	height:30px;
	margin:0;
	padding:0;
	text-decoration:none;
	width:28px;
}

.movieblock {
    float: left;
    height: 260px;
    margin: 0 16px 0 0;
    position: relative;
    width: 151px;
}
.movieblock:last-child {
    margin: 0;
}

.movieblock:before,
.movieblock:after {
	content:"";
	display:table;
}

.movieblock:after {
	clear:both;
}

.movieblock a img {
	border:1px solid #bfc3bf;
	clip:rect(0px, 150px, 210px, 0px);
	left:0;
	position:absolute;
	top:0;
	-webkit-transition:all 150ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	-moz-transition:all 150ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	-o-transition:all 150ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	-ms-transition:all 150ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	transition:all 150ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
}

.moviedes {
	display:inline-block;
	height:0;
	text-align:left;
	width:145px;
}

.entitle {
  clear: right;
  color: #3e3c39;
  float: left;
  line-height: 14px;
  margin: 0 0 5px;
  width: 130px;
}
.moviedes .star {
	display: block;
	float: right;
	margin: 0 0 10px;
}

.direct {
	color: #534f51;
	float: left;
	width: 120px;
}

.direct span{
	color: #807973;
}

.year {
	color: #2D2C2A;
	float: right;
	text-align: right;
	width: 30px;
}

.movieblock a {
text-decoration:none;
}

.movietitle {
	-webkit-transition:border-bottom,color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	-moz-transition:border-bottom,color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	-o-transition:border-bottom,color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	-ms-transition:border-bottom,color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	transition:border-bottom,color 300ms cubic-bezier(0.185, 0.810, 0.500, 0.950);
	border-bottom:5px solid #3E3C39;
	bottom:0;
	color:#3E3C39;
	display:block;
	font-size: 14px;
    height: 45px;
    line-height: 15px;
	padding:0;
	position:absolute;
	text-align:left;
	width:150px;
	z-index:10;
}

.movieblock:hover a img {
	clip:rect(0px, 150px, 158px, 0px);
	top:50px;
}

.movieblock:hover span.moviedes {
	height:75px;
}

.movieblock:hover span.movietitle {
	border-bottom:5px solid #2D2C2A;
	color:#2D2C2A;
}
/*=============== END FOR TAINIES TAB ===============*/



.photoart {
	background: #191919;
	padding: 8px;
	text-align: left;
	display: block;
	clear: both;
	margin-bottom: 30px;
}

.photoart .art-info, .vid-txt .art-info {
	margin: 0 7px 0 0;
}

.photoart h2 {
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	display: block;
/*	text-align: center;*/
	padding: 0px 0 4px 4px;
	font-weight: 300;
}

.photoart h3, .vid-txt h3 {
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	background-color: #686e72;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	padding: 6px 4px 0 4px;
	font-weight: 300;
	margin: 0 0 3px 0;
}

.photoart h5 {
  color: #fff;
  display: table-cell;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 0 0 5px;
}

.photoart h5 a, .photoart h2 a {
	color: #fff;
}

.photoart h4 {
  color: #fff;
  display: table-row;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin: 0 10px;
  padding: 10px 0 0;
}

.photoart .foto {
	margin: 10px 0 0 0;
	position: relative;
	overflow: hidden;
	float: left;
	width: 480px;
	height: 315px;
}

.photoart .arrowoverf {
	position: absolute;
	z-index: 100;
	width: 40px;
	top: 0;
	margin: -30px 0 0 -20px;
	background: url(images/arrowoverfoto_black.png) no-repeat 0 0;
	height: 40px;
	left: 50%;
}

.photoart .small {
	float: right;
	margin: 10px 0 0 0;
}

.photoart .small ul li {
    height: 98px;
    margin: 0 0 9px;
    overflow: hidden;
    width: 145px;
}

.photoart .small ul li:last-child {
	margin: 0;
}
.photoart .foto img, 
.photoart .small img {
/*	-webkit-transform: scale(1, 1);
	   -moz-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	     -o-transform: scale(1, 1);
	        transform: scale(1, 1);*/
    -webkit-transition: all 0.2s ease-in 0s;
       -moz-transition: all 0.2s ease-in 0s;
        -ms-transition: all 0.2s ease-in 0s;
         -o-transition: all 0.2s ease-in 0s;
            transition: all 0.2s ease-in 0s;
}

.photoart .foto .img-link:hover img, 
.photoart .small img:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
div#billboard1 {
    padding: 5px;
}
.leftcol {
    margin: 15px 13px 0 7px !important;
}</pre></body></html>