@charset "utf-8";
/* CSS Document */

/*------- obtekani -------*/

.img-wrap {
	display: block;
	margin-bottom: 20px;
	min-width:20px;

}

.float-left {
	float: left;
	margin-right: 20px;
}

.float-right {
	float: right;
	margin-left: 20px;
}



.float-none {
	float: left;
	margin-right: 20px;
	clear:both;
	
}


.img-wrap img {
	clear:both;
	display: block;
	float: left !important;
	margin-bottom: 3px;
}

table td .img-wrap img, table td .float-none {
float: none !important;	
}

.img-wrap img, .img-wrap highslide img {
	padding: 5px;
	border: 1px solid #E1E1E1;	
}


.img-wrap a.img_wrap_title {
	float: left;
	clear:both;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#aaa;
	text-decoration: none;
/*	white-space: nowrap;*/
	width: 150px;
}

.img_wrap_title_gallery {
	float:left;
	clear:both;
	width: 100%;
	text-align: center;
	color:#aaa;
	font-size: 7pt;
	text-decoration: none;
	margin: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.img-wrap a.img_wrap_title:hover, .img_wrap_title_gallery:hover {
	color:#888;
}

/* - ----------------------*/
