div#slideshow{
	margin:-8px 0 0 0;
}

#content div.contentdiv{
		display:block;
		height:240px;
		border:0px solid #000;
}
	
	#content div.contentdiv div
	{
		display:block;
		line-height:150%;
		font-size:80%;
		/*
		height:100%;
		padding:0 0 0 12px;
		*/
		padding:0 0 0 0;
		background-position:top right;
		background-repeat:no-repeat;
	}
	
	#content div.contentdiv div p
	{
		display:block;
		height:120px;
		font-size:100%;
		line-height:140%;
		padding:0 280px 0 0;
		color:#eee;
		overflow:hidden;
	}
	
	#content div.contentdiv div a
	{
		float:left; 
		display:block;
		padding:4px 10px 5px 10px;
		background:#BB2A2A;
		border:1px solid #BB2A2A;
		color:#fff;
		font-size:90%;
		text-decoration:none;
		text-align:center;
		font-weight:bold;
	}
	#content div.contentdiv div a:hover
	{
		background:#fff;
		color:#BB2A2A;
	}
	#content div.contentdiv div b
	{
		float:left; 
		display:block;
		padding:5px 8px;
		text-align:center;
		font-weight:bold;
		font-size:90%;
	}

	#content div.contentdiv div
	{
		display:block;
		color:#4d594d;
		font-weight:bold;
		letter-spacing:-1px;
		text-transform:uppercase;
		line-height:100%;
		border:0;
		margin:0;
		font-size:180%;
		padding:16px 180px 20px 0;
	}




/*------------------------------------
		pagination
------------------------------------*/

div#slideshowpagination
{
	display:block;
}

div.pagination
{
	padding:2px 0;
	display:block;
	text-align:center;
	font-size:80%;
	height:14px;
	/*background-image:url(../images/bar.jpg);
	width:580px;*/
	
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;*/
	
}

div.pagination a
{
	display:inline;
	text-decoration: none; 
	color: #333;
	padding: 5px 7px;
	margin:0 0 0;	
	font-weight:bold;
}

div.pagination a:hover,
div.pagination a.selected
{
	
	
}
div.pagination a.selected
{
	/*background: url('../images/bg-smallfold.gif') no-repeat top right;
	border-bottom:1px solid #c6c6c6;
	border-left:1px solid #eee;*/
	
	color:#c00;
}
	
