

/* showcase */

div#grafic {
	height:250px;
	margin-bottom:65px;
}

div#grafic div#caption {
	margin-top:16px;
	width:470px;
	height:250px;
	float:left;
}

div#grafic div#caption div#captionBG {
	width:340px;
	height:107px;
	text-align:center;
	padding:25px 20px 20px;
	margin:0px;
}

div#grafic div#caption h1 {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:16px;
	text-transform: uppercase;
	font-weight:normal;
	color:#aaaaaa;
	margin:10px 0px;
}

div#grafic div#caption p {
	font-family:"Lucida Grande", Verdana;
	font-size:12px;
	color:#aaaaaa;
}

div#grafic div#captionn {
	height:108px;
	overflow:hidden;
	margin:0px;
}

div#grafic div#buttons {
	margin-top:20px;
	height:32px;
}

div#grafic div#buttons a#buttonPrev {
	display:block;
	height:32px;
	width:32px;
	background:none;
	float:left;
	margin-left:117px;
}

div#grafic div#buttons a#buttonNext {
	display:block;
	height:32px;
	width:32px;
	background:none;
	float:left;
	margin-left:40px;
}

div#grafic div.showcase {
	display:none;
}

div#grafic div#picture {
	width:460px;
	padding-left:10px;
	height:250px;
	float:right;
}

div#grafic div#picture #pBG {
	width:460px;
	height:277px;
	position:absolute;
	margin-top:-13px;
}

div#grafic div#picture #pBG #pic {
	display:block;
	width:422px;
	height:257px;
	background:none;
	margin-left:28px;
	margin-top:10px;
}

/* end showcase */


/* available styling */

div#available {
	padding:0px;
	margin-bottom:55px;
}

div#available b {
	font-weight:normal;
	font-size:14px;
	color:#478b47;
}

div#available img {
	vertical-align: bottom;
	margin-right:10px;
}

/* end available styling */