#nightlife {
  width: 100%;
  padding: 0 0 10px 0;
}

#nl_header {
  width: 100%;
  height: 80px;
  padding-top: 15px;
}

#nl_header_name {
  font-weight: bold;
  font-size: 20px;
  color: #170409;
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}

#nl_header_date_location {
  width: 100%;
  height: auto;
  float: left;
  color: #170409;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}

#nl_header_short_description {
  font-size:12px;
  line-height:17px;
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}

#nl_menu {
  height: 29px;
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
}

#nl_menu img {
  cursor: pointer;
}

#nl_menu_buttons {
  display: inline;
  font-family: Arial;
  font-size: 9px;
  font-weight: bold;
}

#nl_menu_event {
  width: 93px;
  height: 21px;
  background: url(/image/nl_btn_events.gif) no-repeat;
  cursor: pointer;
  margin-top: 4px;
}

.arrow_flip {
  background-position: 0 -21px;
}

#nl_btn_view_all {
  margin: 0 0 0 22px;
  position: relative;
  top: 14px;
}

#nl_menu_event_dropdown {
  background:#FFFFFF none repeat scroll 0 0;
  display: none;
  width: 310px;
  margin-top: 25px;
  padding-right: 10px;
  height: auto;
  position: absolute;
/*  left: 247px;
  top: 355px;*/
  z-index: 1;
  border: solid 2px #12a4c7;
}

#nl_menu_event_dropdown_event {

  background-color: white;
  border-bottom: dotted 1px black;
  padding: 10px;
  margin: 0px 15px;
  cursor: pointer;
}

#nl_menu_event_dropdown_event_title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: black;
}

#nl_menu_event_dropdown_event_description {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight:normal;
  color: #858585;
}

#nl_menu_event_dropdown_viewall {
  width: 100%;
  height: 20px;
  background-color: #ffffff;
  color: #12a4c7;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 5px 5px 5px;
  cursor: pointer;
  font-size: 15px;
}

#nl_menu_buttons_view_all {
  cursor: pointer;
  color: #12a4c7;
  font-weight: bold;
  font-size: 10px;
  padding-top: 9px;
}

#nl_menu_gridview_button {
  cursor: pointer;
  float: right;
  display: none;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: -15px;
}

#nl_view_container {
  width: 100%;
  height: auto;
  border-bottom: 1px dotted;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

#nl_gridview {
	margin-bottom:20px;
}

.number {
  background: transparent url(/image/cln_numbers.png) repeat-x scroll left top;
  width: 14px;
  height: 17px;
  display: none;
  float: left;
}

.nl_slash {
  background: transparent url(/image/slash.png) repeat-x scroll left top;
  width: 7px;
  height: 30px;
  float: left;
}

.nl_gridview_event {
  width: 100%;
  height: 148px;
  border-right: dotted 1px #e5e5e5;
  text-transform: uppercase;
  position: relative;
}

.nl_gridview_event_description {
  height: 10px;
  float: left;
  font-family: Georgia;
  font-size: 10px;
  color: #858585;
  width: 600px;
  margin-top: 10px;
  text-transform: none;
}

.nl_gridview_event_name {
  background: url(/image/nl_description_icon.png) no-repeat;
  float: left;
  font-family: Georgia;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 29px;
}

.nl_gridview_event_tag {
  height: 10px;
  float: left;
  font-family: Georgia;
  font-size: 10px;
  width: 600px;
  margin-top: 10px;
}

.nl_gridview_event_tag i {
  color: #858585;
  font-style: italic;
  text-transform: capitalize;
}

#nl_gridview img {
/*  width: 144px;
*//*  height: 170px;*/
	margin-left:1px;
	margin-top:1px;
  cursor: pointer;
}

#nl_detailview {
  display: none;
  z-index: -1;
}

#nl_detailview_main_image {
}

#nl_detailview_info {
  width: 149px;
  color: #9d9d9d;
  font-family: Georgia;
  float: left;
  margin-left: 10px;
}

#nl_detailview_title {
  height: 15px;
  font-style: italic;
  font-size: 11px;
}

#nl_detailview_author {
  height: 15px;
  font-weight: bold;
  font-size: 11px;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 3px;
}

#nl_detailview_description {
  height: 15px;
  font-size: 12px;
  margin-top: 10px;
}

#nl_detailview_photorow_container {
  /*overflow: hidden;*/
  float: left;
  width: 922px;
  height: 212px;
  display: none;
  position: relative;
  margin-left: -15px;
  padding: 10px 0px;
}

#nl_detailview_photorow_container_floated {
  float: left;
  overflow: hidden;
  width: auto;
  width: 850px;
  margin-top: 40px;
  position:relative;
}

#nl_detailview_photorow_container_floated ul {
  display: none;
  width: 5000px;
  position: relative;
  float: left;
  margin-left: 0px;
}

#nl_detailview_photorow_container_floated li {
  display: inline;
  margin-right: 1px;
}

#nl_detailview_photorow img {
  cursor: pointer;
}

.nl_detailview_photorow_img {
  width: 124px;
  height: 124px;
}

.nl_detailview_photorow_picture {
  width: 123px;
  height: 124px;
  margin-right: 1px;
}

#nl_detailview_photorow_container_left {
  position: relative;
  top: 80px;
  float: left;
  cursor: pointer;
  padding-right: 15px;
}

#nl_detailview_photorow_container_right {
  position: relative;
  top: -88px;
  float: right;
  cursor: pointer;
  padding-left: 25px;
}

.secondary_link a{
	color: #666666;
}

.secondary_link a:hover{
	color: #12A4C7;
}

.pagination {
  width: 100%;
  margin: 10px 0;
}

.page, .page a, .back, .back a, .forward, .forward a {
  color: #170409;
  margin: 0 10px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}

.disabled {
  color: #747264;
  cursor: default;
}

.back {
  background: transparent url(/image/nl_arrows.png) no-repeat scroll 0 0;
  cursor: pointer;
  height: 15px;
  width: 18px;
}

.forward {
  background-position: -19px 0;
}

.back_disabled {
  background-position: 0 -15px;
}

.back_disabled {
  background-position: 0 -15px;
  cursor: default;
}

.forward_disabled {
  background-position: -19px -15px;
  cursor: default;
  margin-top: -3px
}


/* SCENE PERMALINK */
#scene_perm .left_col {
	width: 437px;
	margin-right: 48px;
	float: left;
	display: inline;
}
#scene_perm .right_col {
	width: 437px;
	float: left;
	display: inline;
}
#scene_perm #nl_menu_buttons {
	padding-bottom: 3px; 
	border-bottom: 1px solid #CCCCCC;
	display: block;
}
#scene_perm #nl_menu_event {
	float: left;
	display: inline;
}
#scene_perm #di_pagination {
	padding: 15px 0;	
}
#scene_perm #sp_image_wrapper { text-align: center; }
.scene_perm_caption {
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 6px;
}
.scene_perm_info {
	height: 330px;
	margin-bottom: 30px;
}
#scene_perm h2 {
	font-size: 20px;
	line-height: 23px; 
	font-weight: bold;
	color: #170409;
	margin: 15px 0;
}
.scene_perm_location {
	font-size: 12px;
	font-weight: bold;
	color: #170409;
}
#scene_perm .right_col p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 4px;
}
#sp_image_triad img {
	margin-right: 1px;	
	float: left;
	display: inline;
	cursor: pointer;
}
#sp_image_triad .endrow { margin-right: 0; }
#sp_image_triad #pagination { margin-top: 8px; padding: 0; }
	#sp_image_triad #pagination_back { float: left; display: inline; }
	#sp_image_triad #pagination_forward { float: right; display: inline; }


