@charset "utf-8";
/*
------------------------------------------------------------
CREATIVELIFEFORM v1.0
© creativelifeform 2009
email: rohan@creativelifeform.com
------------------------------------------------------------
*/

/*
------------------------------------------------------------
CAROUSEL
------------------------------------------------------------
*/

#carousel
{
	
}

#carousel .projects
{
	padding-bottom:10px;
	line-height:normal;
	color:#A7D2BA;
	border-bottom:1px solid #333;
	font-size:13px;
}

#carousel #container
{
	height:440px;
	overflow:hidden;
	margin-bottom:0px;
	padding-bottom:10px;
	
}

#carousel #container .item
{
	text-align:center!important;
	height:90px;
	border:5px solid #181818;
	margin:10px 0px 0px 0px;
	overflow:hidden;
	cursor:pointer;
	
}

#carousel .control
{
	width:77px;
	height:45px;
	float:left;
	cursor:pointer;
	border-top:1px solid #333;
}

#carousel .left-off
{
	background:#000 url(../images/carousel-down-off.png) 50% 50% no-repeat;
}

#carousel .left-on
{
	background:#181818 url(../images/carousel-down-on.png) 50% 50% no-repeat;
}

#carousel .right-off
{
	background:#000 url(../images/carousel-up-off.png) 50% 50% no-repeat;
}

#carousel .right-on
{
	background:#181818 url(../images/carousel-up-on.png) 50% 50% no-repeat;
}

.selected
{
	border-color:#429D68;
}