.levo	{
		width:200px;
		float:left;
		margin-top:5px;
		}
		
.desno	{
		width:750px;
		float:right;
		margin-top:5px;
		}
		

.desno_main {
				background-image:url(img/desno.jpg);
				background-position:top right;
				background-repeat:no-repeat;
				}

.levo_main {
				background-image:url(img/levo.jpg);
				background-position:top left;
				background-repeat:no-repeat;
				padding-top:20px;
				}


.kategorija			{
				display:block;
				width:184px;
				height:14px;
				padding:8px;
				background-image:url(img/div2.jpg);
				border:1px solid #dbe1e6;
				margin-top:5px;
				color:#FFFFFF;
				}
				

.kategorija33			{
				display:block;
				width:184px;
				height:14px;
				padding:8px;
				background: #FF0000;
				border:1px solid #dbe1e6;
				margin-top:5px;
				color:#FFFFFF;
				}				




.podkategorija			{
				display:block;
				width:184px;
				height:14px;
				padding:8px;
				background-image:url(img/div.jpg);
				border:1px solid #3b5166;
				margin-top:5px;
				}
			


.podkategorija:hover	{
				display:block;
				width:184px;
				height:14px;
				padding:8px;
				background-image:url(img/div_.jpg);
				color:#FFFFFF;
				margin-top:5px;
				}
			
/* -----------------------SLIDER CSS ---------------- */

#s3slider {
   width: 370px; /* important to be same as image width */
   height: 302px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 380px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 12px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 350px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 
