/* horizontal ##############################*/
.horizontal {
	background: #fff; /* 1a1a1a */
	width: 100%;
	margin: 0 auto;
	height: 140px;
}
	
.horizontal .carousel {
	width: 960px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}
	
.horizontal .carousel_container {
	max-width: 663px; /* 3x220 + 3x1px margin */
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 50px;
	position: relative;
}
	
.horizontal ul  { 
	height: 140px;
	width: 1980px; /* will be overwritten by javascript*/
}
	
.horizontal ul li {
	width: 220px;
	height: 140px;
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	position: relative
}
	
.horizontal ul li a {
	width: 220px;
	height: 140px;
	background: #CCC;
	display: block;
	color: #fff;
}
	
.horizontal ul li .caption {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
	
.carousel_right, .carousel_left {
	position: absolute;
	width: 26px;
	height: 51px;
	display: block;
	text-indent: -9999px;
}
	
.carousel_left { 
	top: 45px; left:0px;
	background: url(../images/prev.png) top left;
}

.carousel_right { 
	top: 45px; right:0px;
	background: url(../images/next.png) top left;
}

.carousel_right:hover, .carousel_left:hover {
	background-position: bottom left;
}
	
.disable { display: none; }

/* ########################## */
/* ####    MOBILE STYLING   #### */
/* ########################## */

/* ########################## */
@media (max-width: 1024px) {

}
/* ##################################### */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}

@media (max-width: 620px) {
	ul.portfolio_items { width:220px; margin:0 auto !important; }
}

/* Landscape phones and down */
@media (max-width: 480px) {
	ul.portfolio_items { width:220px; margin:0 auto !important; }
}

@media (max-width: 320px) {
	ul.portfolio_items { width:220px; margin:0 auto !important; }
}