﻿/* jqery cycle */
#nav {
    margin:0px;
    padding:0px;
    list-style-type:none;
    width:940px;
    margin-bottom:10px;
}

#nav li
{
    display:inline;
    width:235px;

}

#nav a
{
    width:235px;
    height:24px;
    display:block;
    padding-top:6px;
    float:left;
    text-align:center;
    background-image: url('jquery_bg.gif');
    background-repeat:repeat-x;
    text-decoration:none;
    font-size:15px;
    color:black;

}


#nav a.activeSlide
{ 
 background-image: url('jquery_bg_s.gif');
 background-repeat:repeat-x; 

  
}
 
 
#nav a:focus { outline:none; }
#output { text-align:left; }


.slideDivClass
{
    width:940px;
    height: 225px;
    background-image: url('jqueryCycle_bg.gif');
    background-repeat:repeat-x;
    font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;

}


#vise
{
	width:190px;
	padding-left:10px;
	float:left;
}

#text
{
	width:325px;
	float:left;
	color:#2d2d2d;
	font-size:14px;
	line-height:22px;
	padding-top:20px;

}

#slika
{
    width:410px;
	float:left;

}


.h2{
	color:#df6615;
	font-size:22px;

	
}