#box
{
	position: ralative;
	overflow: auto;
}

.slide
{
}
.slide img
{
	width:100%;
	height:auto;
}
.slide .slide-desc
{
	position:absolute;
	top:0;
	right:0;
	/*background-color:rgba(255, 255, 255, 0.5);*/
	text-shadow: 2px 2px 12px #333;
}
.slide .slide-desc h2
{
	text-align:right;
	margin-bottom:0;
}
.slide .slide-desc p
{
	text-align:right;
}
/*.buttons
{
	position:absolute;
	width:1200px;
	margin:0 auto;
	margin-top:-3em;
}
.buttons #prev{float:left}
.buttons #next{float:right}
.buttons #prev, .buttons #next, .buttons #play
{
	cursor:pointer;
	display:inline-block;
	width:2em;
	height:2em;
	font-size:1.5em;
	line-height:2em;
}
.sl_prev
{
	background:url(../../images/sl_slider/slider-prev.png) center center no-repeat;
}
.sl_next
{
	background:url(../../images/sl_slider/slider-next.png) center center no-repeat;
}
.sl_play
{
	background:url(../../images/sl_slider/slider-play.png) center center no-repeat;
}
.sl_pause
{
	background:url(../../images/sl_slider/slider-pause.png) center center no-repeat;
}

*/

@media screen and (max-width: 1200px)
{
	/*.buttons
	{
		width:100%;
	}*/
}