/*
THEME NAME: Concept
THEME URI: http://makedesignnotwar.com
DESCRIPTION: A premium WP Theme for business & portfolio sites.
VERSION: 1.3
AUTHOR: Brandon Jones
AUTHOR URI: http://makedesignnotwar.com
TAGS: portfolio, classic, simple, modern, gallery, image, apple, minimal, white, concept
*/

/* Stylesheet to RESET */
@import url(css/reset.css);

/* Stylesheet for GLOBAL OBJECTS */
@import url(global.css);

/* Stylesheet for SUB_PAGE.HTML */
@import url(sub_page.css);

/* Stylesheet for SIFR3 */
@import url(css/sifr.css);

/* Stylesheet for GALLERY - PRETTYPHOTO */
@import url(img/prettyPhoto.css);

/* Stylesheet for DROPDOWN MENU */
@import url(img/dropdown.css);

/* Stylesheet for TYPOGRAPHY */
@import url(typography.css);

/* Stylesheet for JCAROUSEL*/
@import url(js/jcarousel/jquery.jcarousel.css);
@import url(js/jcarousel/skins/skin.css);

/* Stylesheet for DEFAULT STYLE */
@import url(css/style01.css);

/* CUSTOM STYLES */
div#iphone {
	float: left;
	width: 300px; /* 300 minus padding */
	height: 450px; /* 560 minus padding */
	padding: 114px 0 0 31px;;
	background: url(http://jellymo.com/wp-content/uploads/2010/01/iphone.png) no-repeat 0 0;
        position: relative;
}


div#iphone2 {
	background: url(http://jellymo.com/wp-content/uploads/2010/01/iphone.png) no-repeat 0 0;
	width: 247px;
	height: 367px;
	position: relative;
    margin: 10px auto 0 6px;
}

div#iphone .movieHolder {
    width: 240px;
    position: relative;
    top: 4px;
    margin: 75px 0 0 0;
}

div#iphone img {
    left:64px;
    top:93px;
    width:120px;
    height:180px;
    position:absolute;
    display:none;
    opacity:0;
    z-index: 100;
}

div#iphone-right {
	float: right;
	width: 500px; /* 300 minus padding */
	/* height: 450px; 560 minus padding */
	padding: 10px 0 0 31px;;
        position: relative;
}
