
/* CSS file created for dynamic news box */
/* By Sean Heat for Room 101 ltd */

.arrow {
	cursor: pointer;
}

.newsbox {
	width: 223px;
	height: 29.5em;
	overflow: hidden;
	background: transparent;
	position: relative;
	z-index: 0;
}

#newseee {
	width: 223px;
	position: relative;
	z-index: 0;
}

.topstop {
	background: url(website_gifs/home_head_news_hollow.gif) no-repeat;
	width: 233px;
	height: 60px;
	/*position: absolute;
	z-index: 3;*/
	position: relative;
	z-index: 1;
}

.botstop {
	background: url(website_gifs/home_news_down_solid.gif) no-repeat;
	width: 233px;
	height: 69px;
	/*position: absolute;
	z-index: 3;*/
	position: relative;
	z-index: 1;
}

#topoftheblocks, #botoftheblocks {
	/*position: absolute;*/
}
