/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/

.rsscontainer{
position: relative;
margin-bottom: 7px;
top:20px;
font-weight: normal;
}

#rssreviewcontainer {
position: relative;
height: 60px;
}

#rssgallerycontainer {
top:0px;
}

#rssimage {
		width:560px;
		height:372px;
}

.rsscontainer .rssdate{ /*Style for .rssdate DIV*/
font-size: 90%;
}

.rsspaginate{ /*Style for Pagination DIV*/
position: absolute;
bottom: 1px;
left: 5px;
width: 362px;
text-align: center;

}


.rsspaginate form{ /*Style for Pagination DIV's form element*/
margin: 0;
}

.rsspaginate .paginateselect{ /*Style for Pagination DIV's drop down menu*/
margin: 0 10px;
}

#gallerypaginatediv {
	position: absolute;
	top: 179px;
	height: 10px;
	width: 550px;
	z-index: 4;
}

.rssthumbnail {
position:absolute;
top:15px;
float: left;
}
.rssreview {
position:absolute;
left: 100px;
width: 250px;
float: right;
}

.rssrating {
position:absolute;
top: -3px;
right: 10px;
float: right;
}
