﻿#gallery_scroll {
	position: relative;
	width: 456px;
	margin: 0px auto;
}

img.prev, img.next {
	cursor: pointer;
}

#slideshow {
	overflow: hidden;
	float: left;
	width: 444px;
}

#slideshow ul {
	list-style: none;
	width: 1332px;
}

#slideshow ul li {
	float: left;
	padding: 0px 4px 0px 3px;
	width: 67px;
	display: inline;
}

.gallery.businesscentre #gallery_scroll #slideshow ul li img {
	cursor: pointer;
}

#locations {
}

#locations .loc {
	
}

#locations .locations_area {
	padding-left: 25px;
	
}

#locations .locations_area .location {
	margin-right: 5px;
	float: left;
	text-align: center;
	font-size: 1.1em;
	background: url('/BusinessCentre/Media Services Gallery/bg_location.gif') no-repeat;
	width: 152px;
	padding-top: 10px;
	height: 128px;
}

#locations .locations_area .location a {
	text-decoration: none;
}

#locations .locations_area .location img {
	margin-bottom: 7px;
}

#locations .locations_links {
	border-bottom: 1px solid #CCC;
	padding: 15px 15px 10px 0px;
	text-align: right;
	margin-bottom: 20px;
}

#locations{
	border-bottom: 1px solid #CCC;
	padding: 0px 10px 15px 0px;
	text-align: left;
	margin-bottom: 20px;
}

#locations .locations_links a {
	text-decoration: none;
	font-size: 1.1em;
	margin-right: 7px;
	color: #333;
}

#locations .locations_links a.current {
	color: #82005E;
	font-weight: bold;
}

#locations .locations_links a:hover {
	text-decoration: underline;
}
