@charset "utf-8";
/* CSS Document */

.slides_container			{margin-left:auto; margin-right:auto; width:1200px; display:none;/*prevents content flash*/}
.slides_container div		{width:1200px; display:block;}/*If height not specified height will be set by the slide content*/		
.pagination					{margin-top:15px; margin-left:auto; margin-right:auto; width:314px;}
.pagination li				{float:left; margin:0 1px; list-style:none;}
	
#slide1			{background-image:url(../images/slides/goop.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide1:hover	{background-image:url(../images/slides/goop_paused.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide2			{background-image:url(../images/slides/chucs.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide2:hover	{background-image:url(../images/slides/chucs_paused_short.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide3			{background-image:url(../images/slides/travelbrief.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide3:hover	{background-image:url(../images/slides/travelbrief_paused_short.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide4			{background-image:url(../images/slides/tatler.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide4:hover	{background-image:url(../images/slides/tatler_paused_short.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide5			{background-image:url(../images/slides/stratus.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide5:hover	{background-image:url(../images/slides/stratus_paused_short.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide6			{background-image:url(../images/slides/wwh.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide6:hover	{background-image:url(../images/slides/wwh_paused_short.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide7			{background-image:url(../images/slides/esquire.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide7:hover	{background-image:url(../images/slides/esquire_paused_short.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide8			{background-image:url(../images/slides/hip.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide8:hover	{background-image:url(../images/slides/hip_paused_short.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide9			{background-image:url(../images/slides/pvg.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide9:hover	{background-image:url(../images/slides/pvg_paused_short.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide10		{background-image:url(../images/slides/diagio.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide10:hover	{background-image:url(../images/slides/diagio_paused_short.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide11		{background-image:url(../images/slides/sohohouse.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide11:hover	{background-image:url(../images/slides/sohohouse_paused_short.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide12		{background-image:url(../images/slides/gilpins.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide12:hover	{background-image:url(../images/slides/gilpins_paused_short.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide13		{background-image:url(../images/slides/ua.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide13:hover	{background-image:url(../images/slides/ua_paused_short.jpg); background-repeat:no-repeat; width:1200px; height:410px; }
#slide14		{background-image:url(../images/slides/arsenal.jpg); background-repeat:no-repeat; width:1200px; height:410px;}
#slide14:hover	{background-image:url(../images/slides/arsenal_paused_short.jpg); background-repeat:no-repeat; width:1200px; height:410px; }
		
/* pagination styles are on 'black' and 'white' style sheets */