﻿/*Horizontal Orientation CSS*/
#slide {
	width: 100%;
	height: 40px;
	float: left;
	border: solid 1px #cccccc;
	background: #eeeeee;
	position: relative;
	z-index: 100;
	margin-bottom: 10px;
}
.title-slide {
	width: 100px;
	font-size: 14px;
	color: #bd080d;
	height: 40px;
	float: left;
	padding-top: 9px;
	padding-left: 5px;
	white-space: nowrap;
	font-family: "Roboto", sans-serif;
}
.jscarousal-horizontal {
	left: 0px;
	width: 690px;
	height: 0px;
	top: 3px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-1{
	left: 0px;
	width: 690px;
	height: 40px;
	top: -45px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward {
	float: right;
	width: 20px;
	height: 20px;
	position: relative;
	top: -75px;
	cursor: pointer;
	left: 43px;
}
.jscarousal-horizontal-back {
	background-image: url(../images/r.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-right: 5px;
}
.jscarousal-horizontal-forward {
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal {
	width: 690px;
	height: 40px;
	left:99px;
	float: left;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 11px;
}

.jscarousal-contents-horizontal > div {
	position: absolute;
	width: 100%;
	height: 40px;
}
.jscarousal-contents-horizontal > div > div {
	float: left;
	margin-left: 5px;
	/*margin-right: 8px;*/
}
.jscarousal-contents-horizontal img {
	width: 120px;
	height: 94px;
	border: solid 1px #7A7677;
}
/*Horizontal Orientation CSS Ends*/

/
/*Common*/
.hidden {
	display: none;
}
.visible {
	display: block;
}
.thumbnail-active {
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive {
	filter: alpha(opacity=20);
	cursor: pointer;
}
.thumbnail-text {
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}

#carousel_album .jscarousal-contents-horizontal, #carousel_album {
	height: 130px;
	width: 100%;
	padding: 0 10px;
	left: 0px;
}
#carousel_album .jscarousal-contents-horizontal img {
	border: none;
	width: 170px;
	height: 120px;
	margin-left: 5px;
	margin-right: 5px;
}

#carousel_album .jscarousal-horizontal-back {
	float: left;
	position: relative;
	cursor: pointer;
	background-image: url(../images/arrow.png);
	height: 100px;
	top: -120px;
	left: -27px;
}
#carousel_album .jscarousal-horizontal-forward {
	float: right;
	position: relative;
	cursor: pointer;
	left:20px;
	background-image: url(../images/arrow2.png);
	height: 100px;
	top: -120px;
	right: -20px;
}

@media (max-width: 768px) {
	#carousel_album .jscarousal-contents-horizontal img {
		margin-left: 25px;
	}
}
@media (max-width: 360px) {
	#carousel_album .jscarousal-contents-horizontal img {
		margin-left: 60px;
	}
	.view_album {
		margin-left: -13px;
	}
}