div.rotate
	{
		width: 690px;
		height: 182px;
		display: block;
		position: relative;
	}
	
div.rotate ul
	{
		width: 690px;
		height: 182px;
		display: block;
		margin: 0;
		padding: 0;
		text-indent: 0;
	}

div.rotate ul li
	{
		list-style: none;
		padding: 0;
		margin: 0;
		width: 690px;
		height: 182px;
		float: left;
		display: block;
		position: relative;
		visibility: hidden;
	}
	
div.rotate ul li span.entryBG
	{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		display: block;
		width: 100%;
		height: 100%;
	}
	
div.rotate ul li span.entryDetails
	{
		position: absolute;
		top: 10px;
		left: 10px;
		display: block;
	}
	
div.rotate ul li h5
	{
		font-family: cambria,georgia,helvetica;
		font-size: 28px;
		margin: 0;
		padding: 1px 10px 1px 5px;
		color: #FFF;
		background-color: rgb(100,100,100);
		background-color: rgba(100,100,100,0.6);
		display: inline;
		-webkit-box-shadow:0 0 5px #909fa7;
		box-shadow:0 0 5px #909fa7;
	}
	
div.rotate ul li p.details
	{
		font-family: cambria,georgia,helvetica;
		font-size: 12px;
		line-height: 14px;
		margin: 0;
		margin-top: 5px;
		padding: 2px 10px 2px 5px;
		color: #FFF;
		background-color: rgb(100,100,100);
		background-color: rgba(100,100,100,0.6);
		-webkit-box-shadow:0 0 5px #909fa7;
		box-shadow:0 0 5px #909fa7;
	}
	
div.rotate ul li p.moreInfo a
	{
		font-family: cambria,georgia,helvetica;
		font-size: 12px;
		line-height: 14px;
		margin: 0;
		margin-top: 5px;
		padding: 2px 10px 2px 5px;
		color: #FFF;
		background-color: rgb(150,150,150);
		background-color: rgba(100,100,100,0.8);
		-webkit-box-shadow:0 0 5px #909fa7;
		box-shadow:0 0 5px #909fa7;
	}
	
div.rotate a.carousel-control
	{
		font-weight: bold;
		font-family: cambria, georgia;
		font-size: 14px;
		display: block;	
		background-color: rgb:(255,255,255);
		background-color: rgba(255,255,255,0.7);
		width: 20px;
		height: 14px;
		padding: 2px 0 6px 0;
		text-align: center;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		-webkit-box-shadow:0 0 5px #909fa7;
		box-shadow:0 0 5px #909fa7;
		cursor:pointer;	
	}

div.rotate a.carousel-control:hover
	{
		background-color: rgba(255,255,255,0.4);	
	}
	
div.rotate a.carousel-previous
	{
		position: absolute;
		top: 152px;
		right: 40px;
		z-index: 100;
	}
	
div.rotate a.carousel-next
	{
		position: absolute;
		top: 152px;
		right: 10px;
	}
