body{
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
	color:#292929;
}

h1,h2,h3,h4{
	color:#1883ba;
	letter-spacing: -1px;
	font-weight: bold;
}

h1{
	font-size: 72px;
	line-height: 72px;
}

h1 a{
	text-decoration: none;
}

h2{
	font-size: 36px;
}

h3{
	font-size: 24px;
}

h4{
	font-size: 18px;
}

p{
	margin:5px 0 10px;
	line-height: 16px;
}

a{
	color:#1883ba;
	text-decoration: underline;
}

a:hover{
	color:#1883ba;
	text-decoration: underline;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.l{
	margin-left: 15px;
}

.r{
	margin-right: 15px;
}

.t{
	margin-top: 15px;
}

.b{
	margin-bottom: 15px;
}

#wrapper{
	width:960px;
	height:auto;
	position: relative;
	display: block;
	margin:10px auto;	
}

#header{

}

#socialPlugins{
	width:200px;
	display: block;
	height:90px;

}

#socialPlugins #shareHolder{
	width:75px;
	height:90px;
	float:left;

}

#mainContent{
	width:100%;
	display: block;
	position: relative;
}


#mainContent a.buynow{
	color:#fff;
	padding:10px 20px;
	background-color: #42a8dd;
	border-color: #1883ba;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-width: 3px;
	text-decoration: none;
	border-style: solid;
	font-weight: bold;
	font-size: 15px;
}

#mainContent a.buynow:hover{
	text-decoration: none;
	background-color: #1883ba;
	border-color: #42a8dd;
}


#content{

}

.cityImage{
	width:320px;
	display: block;
	position: relative;
}

.slides_container{
	margin-bottom: 10px;
}

.cityDescription{
	width:600px;
	display: block;
	position: relative;
}

ul#eventlist{

}

ul#eventlist li{
	display: inline;
}

ul#eventlist li.disabled{
	color:#ccc;	
}

#footer{
/* 	display: none; */
}

#footer ul{
	text-align: center;
}

#footer ul li{
	display: inline;
}

/*
	Load CSS before JavaScript
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width:320px;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div {
	width:320px;
	height:480px;
	display:block;
}

/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	text-align: center;
}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination .current a {
	color:red;
}

.pagination li{
	display: inline;
}
.prev{
	float:left;
}
.next{
	float:right;
}