.ui-tabs-hide { display: none !important; }

#vas_tabs {margin-bottom: 1.5em; min-height: 302px;}
#vas_tabs .tabs{
	background-image: url('../images/ui/vas-tabs.gif');
}
#vas_tabs .tabs li {display: inline;}
#vas_tabs .tabs li.last a { margin-right: 0;}
#vas_tabs .tabs li a {
	display: block;
	width: 78px;
	height: 40px;
	float: left;
	margin-right: 2px;
	background-color: transparent;
	background-image: url('../images/ui/vas-tabs.gif');
	background-repeat: no-repeat;
	text-indent: -999em;
}
#vas_tabs .tabs li a.video 	{background-position: 0 0;}
#vas_tabs .tabs li a.muzik 	{background-position: -78px 0; width:114px;}
#vas_tabs .tabs li a.tema	{background-position: -196px 0; margin-right: 0;}
#vas_tabs .tabs li a.senin_sesin	{background-position: -274px 0; margin-right: 0; width:111px;}

#vas_tabs .tabs li a.video:hover 	{background-position: 0 -40px;}
#vas_tabs .tabs li a.muzik:hover 	{background-position: -78px -40px; width:114px;}
#vas_tabs .tabs li a.tema:hover		{background-position: -196px -40px;}
#vas_tabs .tabs li a.senin_sesin:hover		{background-position: -274px -40px; width:111px;}



#vas_tabs .tabs li.ui-tabs-selected a.video,
#vas_tabs .tabs li a.video:focus 	{background-position: 0 -80px;}
#vas_tabs .tabs li.ui-tabs-selected a.muzik,
#vas_tabs .tabs li a.muzik:focus 	{background-position: -78px -80px; width:111px;}
#vas_tabs .tabs li.ui-tabs-selected a.tema,
#vas_tabs .tabs li a.tema:focus		{background-position: -196px -80px;}


#vas_tabs .tabs li.ui-tabs-selected a.senin_sesin,
#vas_tabs .tabs li a.senin_sesin:focus		{background-position: -274px -80px; width:111px;}

#vas_tabs .ui-tabs-panel {
	background: transparent url('../images/ui/tabs/vastabs-border-y.gif') repeat-y left top;
	
}

#vas_tabs .header {
	font-size: 1.1em;
	padding: 0.3em 0.7em 0.9em;
	position: relative;
	background: transparent url('../images/ui/tabs/header-seperator.gif') no-repeat left bottom;
	
}
#vas_tabs .header .calltoaction {
	width: 60%;
	
}
#vas_tabs .header .calltoaction span {
	color: #BD2112;
}
#vas_tabs .header .all {
	position: absolute;
	right: 0;
	top: .4em;
}
#vas_tabs .header .all a {
	width: 12em;
	text-align: right;
	font-weight: bold;
	background: transparent url('../images/ui/vas-all-arrow.gif') no-repeat right .2em;
	padding-right: 2em;
	margin-right: 1em;
	color: #AB002A;
	text-decoration: none;
	line-height: 2em;
	display: block;
}
#vas_tabs .header .all a:hover {
	color: #721108;
}
#vas_tabs .columns {
	background: transparent url('../images/ui/tabs/vastabs-border-bottom.gif') no-repeat left bottom;
	padding-bottom: 3px;	
}
#vas_tabs .columns .row {
	clear: both;
	background-color: #e3e3e3;
	margin: 0 1px;
	background-image: url('../images/ui/tabs/vastabs-row.gif');
	background-repeat: repeat-y;
	
}
#vas_tabs .columns .odd {
	background-color: #fff;
	border-bottom: solid 1px #9F9F9F;
	border-top: solid 1px #9F9F9F;
}
#vas_tabs .columns .column {
	position: relative;
	padding: 0.9em 0.6em;
	width: 179px;
	float: left;		
}
#vas_tabs .columns .column .thumb {
	position: relative;
	float: left;
	margin-right: .5em;

}

#vas_tabs .columns .column .thumb a.sm2_link
{
    position:absolute;
    top:0; left:0;
    width:70px;
    height:59px;
    background:transparent url(../images/icon/play_small.png) 0 0 no-repeat!important;
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/images/icon/play_small.png');
    cursor:pointer;
}
#vas_tabs .columns .column .thumb a span { display:none;} 
#vas_tabs .columns .column .thumb .sm2_link.sm2_playing
{
    background:transparent url(../images/icon/stop_small.png) 0 0 no-repeat!important;
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/images/icon/stop_small.png');
}


#vas_tabs .columns .column .thumb img {
/*	border: solid 1px #ccc;*/
}
#vas_tabs .columns .column .thumb span.new {
	position: absolute;
	left: 60px;
	top: 0;
	display: block;
	width: 42px;
	height: 17px;
	text-indent: -999em;
	background: transparent url('../images/ui/vas-yeni.png') no-repeat left top;
	
}
#vas_tabs .columns .column h4 {
	font-size: 1.2em;
	
	line-height: 1.2em;
	font-weight: bold;
	color: #AB002A;
}
#vas_tabs .columns .column p.code {
	font-size: 1.1em;
	line-height: 1em;
}
