
#wrapper {
	width: 100%;
	margin: 0 auto;
	/*min-heigh: 230px;
	max-height:510px;*/
	position: relative;
	overflow: hidden;
	background: #fff;
}
#text {
	background-color: #fff;
	min-heigh: 230px;
	max-height:510px;
	padding: 10px 20px;
	width: 470px;
	float: left !important;	
	color:#585859;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;
}
#text h1 {
	padding-top:20px;
}
#text p {
	padding-bottom:10px;
}

#c-container {
	margin-left: 510px;
	position: relative;
	height: 510px;
}
#carousel {
	position: absolute;
	left: 0;
	top: 0;
	min-heigh: 330px;
	max-height:510px;
	overflow: hidden;

}
#carousel img {
	display: block;
	float: left;
}
#carousel .shoot {
	float: left;
	width: auto;
	max-height: 100%;
	position:relative;
	background-position: top;
	margin: 0;
	padding: 0;
	border-left: 1px solid #b9b9bb;
	border-bottom: 1px solid #b9b9bb;
}
#carousel .shoot img {
	display: block;
	float: left;
	width: 100%;
}

#prev, #next {
	/*background-color: yellow !important;*/
	background-color: rgba(255, 255, 255, 0.5) !important;
	display: block;
	width: 32px;
	height: 100%;
	top: 0;
	position: absolute;
}
#prev:hover, #next:hover {
	/*background-color: #fff;*/
	background-color: rgba(255, 255, 255, 0.3) !important;
}
#prev {
	left: 510px;
	background: url(../pagination/icon/arrow-sx.png) center center no-repeat;
}
#next {
	right: 0;
	background: url(../pagination/icon/arrow-dx.png) center center no-repeat;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* RESPONSIVE ----------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 320px) and (max-width: 860px) {

/*
#company_info, #stuff  {
		width: 100%;
		clear:both !important;
		text-align: left;
		padding:5px;
		color:#777779;
}*/

#wrapper {
	width: 100%;
	float: left;
	margin: 0 auto;
	position:relative;
	overflow: hidden;
}
#text {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px !important;
	min-width: 320px;	
	font-size: 0.75em;
	display: block;
}
#text p {
	padding-right: 20px;
}
#c-container {
	clear: both;
	width: 100%;
	margin: 0 auto;
	heigh: 330px;
	overflow: hidden;
	float: left;
	display: block;
	position: relative;
}
#prev, #next {
	display: none !important;
}
}