/*
	==================================================================
		GS Presentation, General CSS, you should not need to
		edit this. 
	==================================================================  */
	#gsp_presentation_main_wrap{
		position:					relative;
		float:						left;
		left:						0;
	}
	
	#gsp_main {
		position:					relative;
		left:						0;
		top:						0;
		overflow: 					hidden;
	}
	
	/*
	==================================================================
		Prev Next Button
	==================================================================  */
	#gsp_presentation_main_wrap .gsp_prev_next_btn {
		position:					absolute;
		left:						0;
		top:						0;
		background-repeat:			no-repeat;
		cursor:						pointer;
	}
	
	#gsp_presentation_main_wrap .gsp_prev_next_btn.L {
		background-position:		top left;
	}
	#gsp_presentation_main_wrap .gsp_prev_next_btn.L:hover {
		background-position:		bottom left;
	}
	
	#gsp_presentation_main_wrap .gsp_prev_next_btn.R {
		background-position:		top right;
	}
	#gsp_presentation_main_wrap .gsp_prev_next_btn.R:hover {
		background-position:		bottom right;
	}
	
	/*
	==================================================================
		Current slide tray and indicators.
	==================================================================  */
	#gsp_presentation_main_wrap .slide_tray_wrap {
		position:					absolute;
		left:						0;
		top:						0;
	}
	
	#gsp_presentation_main_wrap .slide_tray_wrap table.slide_tray {
		border-collapse:			collapse;
		margin:						0;
		padding:					0;
	}
	
	#gsp_presentation_main_wrap .slide_tray_wrap table.slide_tray td.L {
		background-position:		left center;
		background-repeat:			no-repeat;
		margin:						0;

	}
	
	#gsp_presentation_main_wrap .slide_tray_wrap table.slide_tray td.M {
		background-position:		center center;
		background-repeat:			no-repeat;
		margin:						0;
		padding:					0;
		text-align:					center;
		white-space:				nowrap;
		vertical-align:				top;
	}
	
	#gsp_presentation_main_wrap .slide_tray_wrap table.slide_tray td.R {
		background-position:		right center;
		background-repeat:			no-repeat;
		margin:						0;

	}
	
	#gsp_presentation_main_wrap .slide_tray_wrap table.slide_tray .indicator {
		margin:						0;
		padding:					0;
		background-position:		center top;
		background-repeat:			no-repeat;
		cursor:						pointer;
	}
	
	#gsp_presentation_main_wrap .slide_tray_wrap table.slide_tray .indicator:hover,
	#gsp_presentation_main_wrap .slide_tray_wrap table.slide_tray .indicator.is_active {
		background-position:		center bottom;
	}
	
	/*
	==================================================================
		Scenes
	==================================================================  */
	#gsp_presentation_main_wrap .gsp_scene {
		position:					absolute;
		left:						0;
		top:						0;
		visibility:					hidden;
	}
	
	#gsp_presentation_main_wrap .gsp_scene_content_wrap {
		position:					absolute;
	}
	
	#gsp_presentation_main_wrap .gsp_scene_link {
		position:					absolute;
		cursor:						pointer;
		display:					none;
	}
	#gsp_presentation_main_wrap .gsp_scene_link:hover{
		background-position:		bottom left !important;
	}
	
	