﻿.list_carousel
{
	background-color: transparent;
	margin: 0px;
	width: 560px;
	height:130px;
}
.list_carousel_nav
{
	margin-right: 10px;
	width: 560px;
	text-align:right;
	display: table-cell;	
}
.list_carousel ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li
{
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: White;
	border: 2px solid #e2e2e2;
	width: 90px;
	height: 68px;
	padding: 3px;
	margin: 6px;
	display: block;
	float: left;
}
.list_carousel.responsive
{
	width: auto;
	margin-left: 0;
}
.clearfix
{
	float: none;
	clear: both;
}

/*next button*/
/*.next
{
	position: absolute;
	top: 40%;
	right: -50px;
	z-index: 999;
	width: 130px;
	height: 130px;
	text-indent: -999999px;
	background: url(../images/gray_next.png) no-repeat 0 -30px;
}*/

/*previous button*/
/*.prev
{
	position: absolute;
	top: 40%;
	left: -50px;
	z-index: 999;
	width: 130px;
	height: 130px;
	text-indent: -999999px;
	background: url(../images/gray_prev.png) no-repeat 0 -30px;
}*/

.prevPic
{
	/*float: right;*/
	margin-left: 10px;
	margin-right: 10px;
}
.nextPic
{
	/*float: right;*/
	margin-right: 10px;
}
.galerijeBtn
{
	float: left;
	margin-left: 5px;
	border: 0px;
}
.galerijeBtn img
{
	border: 0px;
}
.pager
{
	float: left;
	width: 300px;
	text-align: center;
}
.pager a
{
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected
{
	text-decoration: underline;
}
.timer
{
	background-color: #999;
	height: 6px;
	width: 0px;
}
.thumbImages
{
	width: 90px;
	height: 68px
}
