#heroslider {
	margin-top: 16px;
	width:100%;
}

#heroslider .inner {width:45%;}

#heroslider h2 {
	font-size:3em;
	color:#555;
	margin-bottom:0.25em;
}

#heroslider img.media_image {
	position: absolute;
	right: 0px;
	top: 0;
}

#heroslider .media_content {
	max-width: 48%;
	position: relative;
}

#heroslider p {
	font-size:2em;
	line-height:1.5em;
	color:#333;
}

a.jms-link{
	color: #fff;
	text-transform: uppercase;
	background: #969696; /* Old browsers */
	background: -moz-linear-gradient(top, #969696 0%, #727272 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(100%,#727272)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #969696 0%,#727272 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #969696 0%,#727272 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #969696 0%,#727272 100%); /* IE10+ */
	background: linear-gradient(top, #969696 0%,#727272 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#727272',GradientType=0 ); /* IE6-9 */
	padding: 10px 15px;
	display: inline-block;
	font-family: 'Bariol Bold';
	font-size:2em;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #444;
	border-radius: 4px;
	opacity: 1;
	margin-top: 30px;
	clear: both;
	-webkit-transition: all 0.4s ease-in-out 1s;
	-moz-transition: all 0.4s ease-in-out 1s;
	-ms-transition: all 0.4s ease-in-out 1s;
	-o-transition: all 0.4s ease-in-out 1s;
	transition: all 0.4s ease-in-out 1s;
}
a.jms-link:hover {
	background:#222222;
	background: -moz-linear-gradient(top, #444444 0%, #252525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(100%,#252525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #444444 0%,#252525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #444444 0%,#252525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #444444 0%,#252525 100%); /* IE10+ */
	background: linear-gradient(top, #444444 0%,#252525 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#252525',GradientType=0 ); /* IE6-9 */
}
