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

/*
------------------------------------------------------------
SLIDESHOW
------------------------------------------------------------
*/

#ss-container
{
	width:800px;
	height:300px;
	overflow:hidden;
}

#ss-controls
{
	width:800px;
}

.ss-image
{
	position:absolute;
	z-index:5;
}

.ss-control
{
	float:left;
	cursor:pointer;
	width:21px;
	height:21px;
}

#ss-prev
{
	background:url(../images/slideshow-prev.png) top left no-repeat;
}

#ss-next
{
	background:url(../images/slideshow-next.png) top left no-repeat;
}

.ss-clear
{
	clear:both;
}

#ss-counter
{
	font-family:georgia;
	font-size:11px;
	float:left;
	margin:auto;
	text-align:center;
	width:758px;
	padding-top:6px;
	margin-bottom:30px;
}

.specials
{
	margin:15px 0px 15px 0px;
}