/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
#DivSidebar {
	width: 280px;
	position: relative;
	margin-left: 370px;
}
#DivFullGallery {
	display:none;
}
#DivIphoneGallery {
	display:block;
}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
#DivSidebar {
	width: 280px;
	position: relative;
	margin-left: 370px;
}
#DivFullGallery {
	display:none;
}
#DivIphoneGallery {
	display:block;
}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
#DivSidebar {
	width: 280px;
	position: relative;
	margin-left: 370px;
}
#DivFullGallery {
	display:none;
}
#DivIphoneGallery {
	display:block;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
#DivSidebar {
	width: 280px;
	position: relative;
	margin-left: 370px;
}
#DivFullGallery {
	display:block;
}
#DivIphoneGallery {
	display:block;
}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
#DivSidebar {
	width: 280px;
	position: relative;
	margin-left: 370px;
}
#DivFullGallery {
	display:block;
}
#DivIphoneGallery {
	display:block;
}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
#DivSidebar {
	width: 280px;
	position: relative;
	margin-left: 370px;
}
#DivFullGallery {
	display:block;
}
#DivIphoneGallery {
	display:block;
}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1026px) {
#DivSidebar {
	width: 280px;
	position: relative;
	margin-left: 370px;
}
#DivFullGallery {
	display:block;
}
#DivIphoneGallery {
	display:none;
}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1221px) {
#DivSidebar {
	width: 280px;
	position: absolute;
	top: 18px;
	right: 10px;
}
#DivFullGallery {
	display:block;
}
#DivIphoneGallery {
	display:none;
}
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
#DivSidebar {
	width: 280px;
	position: relative;
	margin-left: 370px;
}
#DivFullGallery {
	display:none;
}
#DivIphoneGallery {
	display:block;
}
}
