.imgGal {
	width:742px !important;
	height: 54px;
	font-style:italic;
	overflow:hidden;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	float:left;
	margin-bottom:20px;
}
.imgGal li {
	list-style:none;
	display:block;
	margin-right:9px !important;
}
.previous, .next {
	outline:none;
	cursor:pointer;
	vertical-align: bottom;
	float:left;
	margin-top:55px;
	display:none;
}

.videoGal {
	width:742px !important;
	height: 158px;
	font-style:italic;
	overflow:hidden;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	float:left;
	margin-bottom:20px;
}
.videoGal li {
	list-style:none;
	display:block;
	margin-right:55px !important;
}	

#newsticker {
	width:938px !important;
	height: 190px;
	font-style:italic;
	overflow:hidden;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	float:left;
	padding-left:20px;
}
#newsticker .title {
	font-size:14px;
	font-weight:bold;
	color:#454545;
}
#newsticker p {
	margin:0px;
	color:#7b7979;
	margin-bottom:5px;
	margin-top:10px;
	height:85px !important;
}
#newsticker ul {
	margin:10px;
	width:940px;
	height:200px;
}
#newsticker li {
	list-style:none;
	display:block;
	height:200px !important;
	font-family: Arial;
	font-size:12px;
	font-style:normal;
	margin-right:20px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #fbfaf8;
	border-right:1px solid #fbfaf8;
	width:205px !important;
}
#newsticker li:hover {
	background-color:#FaFaFa;
	border-left:1px solid #F9F1F1;
	border-right:1px solid #F1F1F1;
}
#newsticker ul li a {
	color:#d63b09;
	font-weight:bold;
	font-size:12px;
}
#newsticker li a:hover{
	color:#d63b09;
	text-decoration:none;
}