/* GALLERY SPECIFIC CSS */

#gallery-container {
	overflow: hidden;
	width:214px;
	height: 450px;
	position: relative;
}

#image-container-div {
	position: absolute;
	top: 0px;
	margin-top: 0px;
	/*overflow: hidden;*/
	width:214px;
	/*height: 430px;*/
}

...gallery-large-surround {
	margin-top: 0px;
	position: relative;
	width: 214px; 
	height: 122px; 
	margin-right: 6px;
	display: block;
	padding-top: 28px;
}

.gallery-large-image {
	position: absolute;
	top: 0px;
	width:214px;
	height:230px;
}


.gallery-image-cell {
	position: absolute;
	top: 0px;
	background-repeat:no-repeat;
	background-position:center center;	
	width:214px !important;
	height:230px !important;
}

.gallery-top-image {
	position: absolute;
	top: 38px;
	left: 14px;
	z-index: 1;
}

.gallery-btm-image {
	position: absolute;
	top: 72px;
	left: 67px;
	z-index: 0;
}

.gallery-overlay {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 2;
}

.disabled-btn {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;	
}

.enabled-btn {
}

#gallery-region {
	position: absolute;
	top: 202px;
	/*left: 15px;*/
	width: 180px;
	z-index: 5;
	text-align: center;
	
}
#gallery-testi {
	position: relative;
	padding-top: 230px;
	text-align: center;
	width: 214px;
	
}

#gallery-occupation {
	font-weight: bold;
	margin-bottom: 10px;
}

#gallery-testimonial-surround {
	width: 160px;
	margin-left: 10px;
	text-align: left;

}

#gallery-text {
	margin-bottom: 20px;
	height: 123px;
	overflow: hidden;
}

#gallery-read-more-btn {
	position: absolute;
	top: 400px;
	left: 10px;
}
#gallery-left-button {
	position: absolute; 
	top: 132px; 
	left: 0px;
	z-index: 10;
	cursor: pointer;
	cursor: hand;
}

#gallery-right-button {
	position: absolute; 
	top: 132px; 
	left: 140px;
	z-index: 10;
	cursor: pointer;
	cursor: hand;
}

.title-oral_health {
	color: #9e65b0;
	font-weight: bold;
}

.title-medical {
	color: #fdb828;
	font-weight: bold;
}

.title-nursing {
	color: #98144c;
	font-weight: bold;
}

.title-allied_health {
	color: #82d52f;
	font-weight: bold;
}

.title-more_careers {
	color: #3c71b6;
	font-weight: bold;
}

.title-mental_health {
	color: #36a7e9;
	font-weight: bold;
}

.title-careers_in_health {
	color: #a7d42f;
	font-weight: bold;
}