
/*Bottom slider*/
.myjcarousel {
    position: relative;
    overflow: hidden;
	/*outline:1px solid black;*/
	clear:both;
	width:636px;
margin:auto;
padding-top:24px;
/*margin-top:24px;*/
/*vertical-align:middle;*/
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.myjcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
	clear:both;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.myjcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
	border-left:1px solid #f1f1f1;
}
.myjcarousel li img{
    /* Required only for block elements like <li>'s */
    width:317px;
	height:122px;
}
.myjcarousel-prev
{
/*border:1px solid black;*/
	position: absolute;
	top:80px;
	width:20px;
	height:30px;
    left: 18px;
	z-Index:6001;
	cursor:pointer;
}

.myjcarousel-next
{

position: absolute;
    top:80px;
    left: 706px;
	width:20px;
	height:30px;
	z-Index:6001;
	cursor:pointer;
	}
	
	/*FOTO-CAROUSEL*/
	/*Bottom slider*/
.fotojcarousel {
    position: relative;
    overflow: hidden;
	/*outline:1px solid black;*/
	clear:both;
	width:732px;
/*margin:auto;
padding-top:24px;*/
/*margin-top:24px;*/
/*vertical-align:middle;*/
}

/*Fotolightbox Carousel*/

.myfotolbcarousel {
    position: relative;
    overflow: hidden;
	
	clear:both;
	width:600px;
/*margin:auto;*/
margin-left:30px;
padding-top:24px;
/*margin-top:24px;*/
/*vertical-align:middle;*/
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.myfotolbcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
	clear:both;
	/*outline:1px solid black;*/
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.myfotolbcarousel li {
    /* Required only for block elements like <li>'s */
	width:600px;
	/*height:500px;*/
    float: left;
	/*outline:1px solid black;*/
	/*border-left:1px solid #f1f1f1;*/
	/*background-color:#f1f1f1;*/
}
.myfotolbcarousel-prev
{
/*border:1px solid black;*/
	position: absolute;
	top:50%;
	width:40px;
	height:30px;
    left: 0px;
	z-Index:6001;
	cursor:pointer;
}

.myfotolbcarousel-next
{

	position: absolute;
    top:50%;/*234px;*/
    left: 646px;
	width:20px;
	height:30px;
	z-Index:6001;
	cursor:pointer;
	}
.foto_slider
{
	position:relative;
}
.fotolbinside
{
	width:600px;
	/*height:500px;*/
    /*float: left;*/
	/*border-left:1px solid #f1f1f1;*/
	/*background-color:#f1f1f1;*/
}
.fotolbwrap
{
	position:relative;
	width:600px;
	
	/*min-height:300px;*/
    /*float: left;*/
	/*border-left:1px solid #f1f1f1;*/
	background-color:#f1f1f1;
}
.fotodesc
{
	font-family: 'OpenSansRegular';
	font-size:14px;
	color:#062742;
	padding:0px;
	margin:0px;
	width:600px;
	font-weight:normal;
}