.rg-image-wrapper {
	position:relative;
	padding:0px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5cea6+0,ffffff+50,b7ad70+100 */
background: rgb(213,206,166); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(213,206,166,1) 0%, rgba(255,255,255,1) 50%, rgba(183,173,112,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(213,206,166,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(183,173,112,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(213,206,166,1) 0%,rgba(255,255,255,1) 50%,rgba(183,173,112,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(213,206,166,1) 0%,rgba(255,255,255,1) 50%,rgba(183,173,112,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(213,206,166,1) 0%,rgba(255,255,255,1) 50%,rgba(183,173,112,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(213,206,166,1) 0%,rgba(255,255,255,1) 50%,rgba(183,173,112,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
	margin-bottom:20px;
	width:96%; margin-left:2%;
}
.rg-image {
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img {
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a {
	position:absolute;
	top:0px;
	left:0px;
	background:#ff5c00 url(../images/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next {
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover {
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p {
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view {
	height:30px; margin-right:2%;
}
.rg-view a {
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#ff5c00 url(../images/views.png) no-repeat top left;
	border:3px solid #ff5c00;
	opacity:0.8;
}
.rg-view a:hover {
	opacity:1.0;
}
.rg-view a.rg-view-full {
	background-position:0px 0px;
}
.rg-view a.rg-view-selected {
	background-color:#ff5c00;
	border-color:#ff5c00;
}
.rg-view a.rg-view-thumbs {
	background-position:0px -16px;
}
.rg-loading {
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
/* Elastislide Style */
.es-carousel-wrapper {
	background:rgba(255, 255, 255, 0.2);
	background-clip: padding-box;
	padding:10px 27px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	position:relative;
	margin-bottom:20px;
	width:96%;
	left:2%;
}
.es-carousel {
	overflow:hidden;
	background:#000;
}
.es-carousel ul {
	display:block;
	width:990px;
}
.es-carousel ul li {
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a {
	display:block;
	border-style:solid;
	border-color:#222;
	opacity:0.8;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a {
	border-color:#fff;
	opacity:1.0;
}
.es-carousel ul li a img {
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span {
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(../images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next {
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover {
	opacity:1.0;
}
.vol_photo {
	color:#3489db;
	background-color:#ffffff;
	font-weight:500;
	font-size:14px;
	border-radius:10px;
	line-height:19px;
	color:#3498db;
	padding:3px 13px 3px 10px;
	margin-bottom:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border:2px solid #3498db;
	margin:10px auto;
	width:31%;
}

.vol_exp {
	color:#3489db;
	background-color:#ffffff;
	font-weight:500;
	font-size:14px;
	border-radius:10px;
	line-height:19px;
	color:#3498db;
	margin-bottom:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	margin:10px auto;
	width:31%;
}
.vol_left {
	float:left;
}
.vol_cleft p {
	color:#3498db;
}
.vol_cright p {
	color:#3498db;
}
.vol_cright a {
	color:#000;
	text-decoration:underline;
}
.vol_cright {
	float:right;
	color:#3498db;
}
.vol_cright a {
	color:#000;
	text-decoration:underline;
}
.vol_cright input {
	font-size:16px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border:2px solid #3498db;
	border-radius:10px;
	line-height:40px;
}

.vol_photo a {
	background:#fff;
	color:#3489db;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border:2px solid #3489db;
	float:left;
	margin-left:2%;
	border-radius:10px;
	padding: 3px 10px;
	margin:19px 0;
	font-weight:bold;
}
.vol_submit
{ margin:10px auto;
width:31%;}
#vol_submit {
	width:48%;
	float:left;
	border:#696969 solid 2px;
	cursor:pointer;
	background:#fff;
	color:#696969;
	font-size:14px;
	-webkit-transition: all 0.3s;
	border-radius:10px;
	font-weight:bold;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	margin-top:5px;
	text-align:center;
	text-transform:uppercase;
	padding:3px 0px;
}
#vol_reset {
	width:48%;
	float:left;
	text-transform:uppercase;
	border:#696969 solid 2px;
	cursor:pointer;
	background:#fff;
	color:#696969;
	font-size:14px;
	font-weight:bold;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	margin-top:5px;
	margin-left:4%;
	text-align:center;
	padding:3px 0px;
	border-radius:10px;
}

#vol_submit:hover, #submithours:hover, #vol_reset:hover, .vol_photo a:hover, ._photo_change a:hover {
	text-decoration:underline;
	border-radius:10px;
	background:rgba(23, 102, 176, 0.8) none repeat scroll 0 0;
	color:white;
}

@media (min-width:320px) and (max-width:768px) {
.vol_photo
{ width:100%;}

.vol_submit
{ margin:10px auto;
width:100%;	
}
.r-tabs .r-tabs-panel textarea {
width:100%;	
}

.vol_exp {width:100%;}
.experience textarea {width:100%;}
.verification_email textarea {width:100%;}
}