.marq {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    font-family: open Sans,Arial;
    font-size: 18px;
    font-weight: bold;
    height: 41px;
	padding:2px;
	margin:2px;
	width:960px;
	height:140px;
	background-color:#00CCCC;
	border:5px #FF0000 solid;
}

.scrollimg {
	border:5px solid #F3E4C8 !important;
	margin-left:-2px;
	height:130px;
}


@media screen and (min-width: 601px) {
	.marq {
		width: 600px!important;
	}
}