.modal-dialog {
	width: auto !important;
	margin: 60px auto !important;
	z-index: 9999;
}

.main-holder {
	width: 880px;
	height: 400px;
	background-color: #FFF;
	margin: 0 auto; 
	border: 1px solid #c4c4c4;
}

.header {
	float: left;
	display: block;
	width: 880px;
	height:52px;
}

.logo-holder-ouibounce {
	float: left;
	display: block;
	width: 237px;
	height: 45px;
	background: url('//d15s74raupkmp7.cloudfront.net/images/ouibounce/casey-logo.png') no-repeat;
	margin: 22px 0 0 20px;
}

.close-button {
	float: right;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
        opacity: 1;
	color: #7c7c7c;
	margin: 13px 20px 0 0px;
}

.close-button img {
	margin-left: 10px;
	vertical-align: middle;
}

.content-holder {
	float: left;
	width: 600px;
	margin-left: 30px;
	margin-top: 25px;
}

.title {
	float: left;
	display: block;
	width: 630px;
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #292929;
	line-height: 1;
}

.article-text {
	float: left;
	display: block;
	width: 600px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333;
	margin-top: 25px;
	margin-bottom: 25px;
}

.book-cover {
	float: right;
	display: block;
	width: 192px;
	height: 316px;
	margin-right: 20px;
	margin-top: 0px;
}

.registration {
	float: left;
	display: block;
	width: 600px;
	margin-top: 7px;
}

.ouibounce-email-class {
	border: 1px solid #d4d4d4;
	height: 45px;
	padding: 0;
	padding-left: 15px;
	width: 410px;
	margin-right: -4px;
}

.register-button {
	height: 45px;
	padding: 0;
	background-color: #990000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	border: none;
	color: #FFF;
	width: 170px;
	border-top: 3px solid #990000;
}

.register-button:hover {
	cursor: pointer;
	background-color: #790000;
	border-top: 3px solid #790000;
}

.navigation {
	width: 840px;
	height: 42px;
	background-color: #e6e6e6;
	margin: 0 auto;
	border: 1px solid #c4c4c4;
}

.previous-link {
	float: left;
	display: block;
	width: 300px;
	
	margin-top: 12px;
	margin-left: 15px;
}

.previous-link a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #7c7c7c;
	text-decoration:none;
}

.previous-link img {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

.previous-link span {
	float: left;
	display: block;
	margin-top: -2px;
}

.next-link {
	float: right;
	display: block;
	width: 300px;
	
	margin-top: 14px;
	margin-left: 15px;
}

.next-link a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #7c7c7c;
	text-decoration:none;
}

.next-link span {
	float: right;
	margin-top: -4px;
}

.next-link img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
}

.current-offer {
	float: left;
	display: block;
	width: 94px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #7c7c7c;
	margin-top: 10px;
	margin-left: 60px;
}
.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}