

#marqueecontainer
{
	position: relative;
	margin: auto;
	width: 200px;
	/*marquee width */
	height:980px;
	/*marquee height 
	background-color: #026;*/
	color:white;
	overflow: hidden;
	padding: 0;
}

#marqueecontainer h4
{
	color: white;
	background: #000066;
	border-right:15px inset orange;
}

#marqueecontainer h5
{
	color: orange;
	background: #000066;
	text-align: center;
	border-top:1px dotted white;
	margin-bottom:10px;
}

#marqueecontainer img {border-top: 3px dotted orange;}