/* DESKTOP CSS - PHOTOS LIST */

.photoright {
	float: right;
	margin: 0 0 10px 15px;
	}

.photoleft {
	float: left;
	margin: 3px 15px 10px 0;
	border: none;
	}

.photos1 {
	float: left;
	margin-right: 13px;
	height: 170px;
	overflow: hidden;
	}
	
.overflow_h .photos1:nth-child(4n+4) {
	margin-right: 0;
	}

.photos2 {
    background-color: #000;
    border: 1px solid #555;
    height: 96px;
    overflow: hidden;
    text-align: center;
    width: 170px;
}

.photos3 {
	text-align: center;
	width: 170px;
	padding-top: 1px;
	}
	
div.paginationcontrol {
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    word-spacing: 4px;
    z-index: 2;
}

div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 10000;
	background: #000 url('/images/spinnerb.gif') 5px center no-repeat;
}
	
/* DESKTOP CSS - PHOTOS OBJECT */

.photoslide {
    background-color: #222;
    clear: both;
    height: 26px;
    margin: 0 0 0 -5px;
    overflow: hidden;
    width: 728px;
}

.photoslide img {
	width: 35px;
	height: 26px;
	}
	
.photodescription {
	font-size: 11px;
	color: #fff;
	line-height: 12px;
	padding-top: 2px;
	}
	
.photocat {
	float: left;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
	}
	
#photo-title {
    margin: 15px 0 10px -5px;
}
	
#photo-description {
	margin-left: -5px;
	}
	
.selectedimage {
    border-top: 5px solid #28639e;
}

div#photo-carousel-prev, div#photo-carousel-prev-external {
    cursor: pointer;
} 
 
.jcarousel-container {
    position: relative;
}

.jcarousel-control {
    margin-bottom: 5px;
    text-align: center;
}

.jcarousel-clip {
    z-index: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	 margin-top: 5px;
	 clear: both;
}

#photo-carousel-clip ul {
	margin: 0 !important;
	padding: 0 !important;
	}
 
.jcarousel-next, .jcarousel-prev {
    z-index: 0;
    display: none;
	}

.jcarousel-skin-default .jcarousel-container-horizontal {
    width: 728px;
}

.jcarousel-skin-default .jcarousel-item {
    height: 140px;
    width: 134px;
}

.jcarousel-skin-default .jcarousel-item-horizontal {
    margin: 0 13px 15px 0;
}

.jcarousel-skin-default .photo-carousel-tdesc {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
    height: 52px;
    line-height: 16px;
    overflow: hidden;
    padding: 3px 5px 0;
    text-align: center;
    width: auto;
}

.photo-carousel-item-overlay {
    height: 81px;
    overflow: hidden;
    width: 134px;
}

.photo_col li {
	padding-bottom: 0;
	}

.jcarousel-list li {
	margin: auto;
	padding: auto;
	cursor: pointer;
	}
	
#photo-carousel-pager {
	margin: 2px 10px 0 0;
	}
	
#photo-carousel-next {
	cursor: pointer;
	}
	
#photo-carousel-prev {
	margin-right: 10px;
	cursor: pointer;
	}
	
#photo-carousel-next, #photo-carousel-prev, #photo-carousel-pager, #photo-carousel-enlarge-icon {
	float: right;
	}
	
#photo-carousel-next-external {
	float: right;
	padding: 2px 10px 0 15px;
	cursor: pointer;
	}

#photo-carousel-prev-external {
	float: right;
	padding-top: 2px;
	}
	
#photo-carousel-next img, #photo-carousel-prev img, #photo-carousel-next-external img, #photo-carousel-prev-external img {
	width: 12px;
	height: 22px;
	}

#photo-carousel-fullphoto {
	clear: both;
	width: 728px;
	margin-left: -5px;
	background-color: #333;
	}
	
#photo-carousel-fullphoto img {
	max-width: 728px !important;
	height: auto !important;
	text-align: center;
	margin: 0 auto 0 auto;
	display: block;
	}
	
.photo-carousel-item-overlay img {
    height: auto;
    width: 135px;
}
	
@media screen and (max-width: 1105px) {
	
.overflow_h .photos1:nth-child(4n+4) {
    margin-right: 13px;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
    width: auto;
	overflow: hidden;
}

.photoslide {
    width: auto;
	clear: left;
}

#photo-carousel-fullphoto {
    width: auto;
}

#photo-carousel-fullphoto img {
    max-width: 700px;
	width: 80% !important;
}

#photo-carousel-fullphoto {
    clear: left;
	width: 100%;
}

.jcarousel-clip {
    clear: left;
	width: 200%;
}

#photo-carousel-clip ul {
   width: auto !important;
   height: 150px;
}

#photo-carousel-next-external {
    padding: 2px 20px 0 25px;
}

.jcarousel-skin-default .photo-carousel-tdesc {
    width: auto;
}

.jcarousel-skin-default .jcarousel-item {
    height: 140px;
    width: 16%;
}

.photo-carousel-item-overlay {
    height: 81px;
    overflow: hidden;
    width: 100%;
}

.photo-carousel-item-overlay img {
    height: auto;
    width: 100%;
}

div.paginationcontrol {
    line-height: 30px;
}
	
	}
	
@media screen and (max-width: 767px) {
	
.photos2 {
    height: 76px;
    width: 135px;
}

.photos3 {
    width: 135px;
}

.jcarousel-skin-default .jcarousel-item-horizontal {
    margin: 0 6px 15px 0;
}
	
	}