.tsc_clear { clear:both; padding:0; margin:0; width:100%; font-size:0px; line-height:0px; }
#slide {
	position: relative;
	width: 100%;
	z-index: 95;
	overflow: hidden;
	margin-bottom: -90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
header, nav, section, article, aside, footer { display: block; }

/*Flick Slider Gallery*/

.ps-slider { height:440px; margin:0 0 0 0; }

/* Thumbnail slider style */
.navig-photo-stack a.next, .navig-photo-stack a.prev {
	width: 25px;
	height: 41px;
	top: 190px;
	cursor: pointer;
	outline: none;
	position: absolute;
	/* [disabled]left: 0px; */
}
.navig-nivo a.prev { -o-transition: margin-left 0.3s; -moz-transition: margin-left 0.3s; -webkit-transition: margin-left 0.3s; transition: margin-left 0.3s; }
.navig-photo-stack a.next {
	-moz-transition: margin-right 0.3s;
	-webkit-transition: margin-right 0.3s;
	transition: margin-right 0.3s;
}
.navig-photo-stack a.prev {
	z-index: 99999;
	background: url("../images/flick/arrow-l.png") no-repeat 0 0;
	float: left;
}
.navig-photo-stack a.next {
	z-index: 99999;
	background: url("../images/flick/arrow-r.png") no-repeat right 0;
	float: right;
	right: 0px;
}
.navig-photo-stack a.prev:hover, .navig-photo-stack a.next:hover { }
.navig-photo-stack a.prev:hover {
	width: 30px;
	background-position: 0 -41px;
}
.navig-photo-stack a.next:hover {
	width: 30px;
	background-position: 0 -41px;
}
.navig-photo-stack a.temp_disabled, .navig-photo-stack a.temp_disabled:hover { cursor:default; opacity:0.5; background-position: 0 0 !important; }

/*****************************/
#ps-albums { overflow:hidden; }
.ps-slider .ps-album {
	margin-left: 24px;
	width: 204px;
	height: 286px;
	padding: 5px;
	background: #B5B5B5;
	position: absolute;
	top: 33px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 1px #242222;
	box-shadow: 0px 0px 5px 1px #242222;
	left: 12px;
	background-image: url(../../Valia/Loga/chez.png);
	background-color: #CCCCCC;
}
.ps-slider .ps-album img { height: auto; width: 100%; }
.ps-slider .ps-album .ps-desc {
	display: none;
	color: #7d9ec0;
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 44px;
	line-height: 20px;
	overflow: hidden;
}
.ps-head {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 19px 4px 19px;
	margin: 0 0 0px 0;
	position: relative;
}
.ps-head h3 { padding:4px 0; margin:0; }
.ps-cont {
	/* [disabled]background-color: rgba(252, 252, 252, 0.7); */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 20px;
	margin: 10px 0 0 0;
	color: #333333;
	display: block;
	float: left;
	text-shadow: none;
}
.ps-slider .ps-album .ps-desc span { display:block; text-shadow:none; }
/*End Photo Stack Gallery*/


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) { 
	

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.ps-slider .ps-album { width: 195px; height: 390px; margin: 0 0px 0 20px; }
.ps-slider { height: 410px; }
#slide { width: 700px; }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.ps-slider .ps-album {
	margin-left: 0;
}	 
.navig-photo-stack a.next, .navig-photo-stack a.prev {
	/* [disabled]top: 135px; */
	/* [disabled]right: 0px; */
}
.ps-slider { height: 350px; }
.navig-photo-stack a.next { margin-right: 0px; }
#slide {
	padding-left: 0%;
	width: 100%;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
#slide { width: 260px; }
.ps-slider .ps-album { width: 180px; height: 360px; margin-left: 40px; }
.ps-slider { height: 378px; }
.navig-photo-stack a.next { margin: 0px 0px 0 0; z-index: 9999999; }
.navig-photo-stack a.next:hover { margin-right: 0px; }
.navig-photo-stack a.prev { margin: 0px 0  0 0px; z-index: 9999999; }
.navig-photo-stack a.prev:hover { margin-left: 0px; } 

}
