.jqmWindow.mobile{
	overflow-y:auto;
	padding:35px 25px 25px 25px;
}

#gallery_left{
	width:300px;
	float:left;
	text-align:center;
}

#gallery_left img{
	display:none;
	max-height:380px;
}

#gallery_right{
	width:225px;
	float:right;
	padding-right:25px;
	position:relative;
	height:380px;
	visibility:hidden;
}

.jqmWindow.mobile p,.jqmWindow.mobile h1,.jqmWindow.mobile h2,.jqmWindow.mobile h3,.jqmWindow.mobile h4{
	margin-top:0;
}

.jqmWindow.mobile .close {
	background: url(../picture/interface/croix.png) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	margin:0;
	position:absolute;
	right:7px;
	cursor: pointer;
	top:7px;
}

.jqmWindow.mobile #prev{
	background: url(../picture/interface/arrow_left.png) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	position:absolute;
	bottom:10px;
	left:290px;
	cursor:pointer;
}

.jqmWindow.mobile #next{
	background: url(../picture/interface/arrow_right.png) 0 0 no-repeat;
	width: 15px;
	height: 15px;	
	position:absolute;
	bottom:10px;
	left:310px;
		cursor:pointer;

}

