html   {width:100%; height:100%; overflow-y:scroll;}
body   {width:100%; height:100%; margin:0px; padding:0px; font-family:Tahoma; font-size:11px; color:#0f1176; background:url('../images/back.jpg') repeat-x top center #ffffff;}
form   {margin:0px; padding:0px;}
img    {border:none;}
ul, ol {margin:5px 5px 5px 10px; padding:0px 0px 0px 20px;}
table  {border-spacing: 0px; border-collapse: collapse;}
td     {padding:0px; }
a      {text-decoration:none;}
div.clear {clear:both; height:1px; font-size: 1px; line-height: 1px;}
label.error, font.error {color:red;clear:both;}
input.error, textarea.error {background-color:#ffdbc8; border-color:red;}

/* --------ana yapi----------- */
.style7 {font-family: Arial, Helvetica, sans-serif}
div.style7 {height:259px; width:381px; overflow-y:auto; padding-right:5px;}
.style8 {font-weight: bold; color: #666666; font-size: 12px;}
td.menu {text-align: center; vertical-align: top; width:117px; height:36px;}
td.menu img,
img.sayfa_baslik {width:90px; height:20px; border:none;}
div#ekran {width:418px; height:259px;}
div#ekran img{width:418px; height:259px;}/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: JMyCarousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/


div.jMyCarousel .prev{
	background: url('../images/left.png') center center no-repeat;
	width:35px;
	height:45px;
	border:0px;
}

div.jMyCarousel .next{
	background: url('../images/right.png') center center no-repeat;
	width:30px;
	height:45px;
	border:0px;
}

div.jMyCarousel .up{
	background: url('../images/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('../images/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


div.jMyCarousel{
	/* border:1px solid #1c6f8e; */  
}

div.jMyCarousel ul{
    margin:0px;	
    padding:0px;
    list-style: none;
    width:755px;
    height:145px;
    overflow: hidden;
}

div.jMyCarousel ul li{
	margin:0px;
	line-height:0px;
	padding:37px 0px 0px 20px;
    display:block;
    float:left;
    width:131px;
    height:108px;
    text-align:center;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
}

div.jMyCarousel ul li img{
	display:block;
	border:0px;
    width:110px;
    height:70px;
}

