
.Solutions {
width:610px;
height:220px;
padding:20px 0;
margin:0 auto;
overflow:hidden;
position:relative;
top:0px;
left:0px;
}

.Solutions .Grammar {
position:absolute;
font-weight:bold;
overflow:hidden;
width:70px;
height:34px;
text-align:center;
cursor:pointer;
}
.Solutions .Grammar span {
color:#f00;
}

.ConsumerSolutions .Grammar.Adverb {
bottom:98px;
left:112px;
}
.ConsumerSolutions .Grammar.Noun {
bottom:46px;
right:228px;
}
.ConsumerSolutions .Grammar.Adjective {
bottom:78px;
right:115px;
}

.BusinessSolutions .Grammar.Adverb {
left:15px;
top:34px;
}
.BusinessSolutions .Grammar.Noun {
bottom:44px;
right:230px;
}
.BusinessSolutions .Grammar.Verb {
right:26px;
top:38px;
}

.SolutionsContainer{
display:none;
}

.Solution {
overflow:hidden;
padding:0;
width:651px;
height:252px;
position:relative;
top:0px;
left:0px;
}

.Solution .content {
font-size:14px;
height:204px;
letter-spacing:0px;
overflow:hidden;
position:absolute;
right:46px;
text-align:center;
top:26px;
width:340px;
}

.Solution  .content .top {
padding:10px 10px;
position:absolute;
top:0px;
left:0px;
}

.Solution .content .bottom {
padding:10px 10px;
position:absolute;
top:97px;
left:0px;
}

#ConsumerSolution1 {
background:url(../img/consumer1.modal.jpg) top left no-repeat;
}
#ConsumerSolution1 .content .top {
top:15px;
}
#ConsumerSolution1 .content .bottom {
top:97px;
}

#ConsumerSolution2 {
background:url(../img/consumer2.modal.jpg) top left no-repeat;
}
#ConsumerSolution2 .content .top {
top:5px;
}
#ConsumerSolution2 .content .bottom {
top:110px;
}

#ConsumerSolution3 {
background:url(../img/consumer3.modal.jpg) top left no-repeat;
}
#ConsumerSolution3 .content .top {
top:3px;
}
#ConsumerSolution3 .content .bottom {
top:110px;
}

#BusinessSolution1 {
background:url(../img/business1.modal.jpg) top left no-repeat;
}
#BusinessSolution1 .content .top {
top:20px;
}
#BusinessSolution1 .content .bottom {
top:115px;
}

#BusinessSolution2 {
background:url(../img/business2.modal.jpg) top left no-repeat;
}
#BusinessSolution2 .content .top {
top:20px;
}
#BusinessSolution2 .content .bottom {
top:107px;
}

#BusinessSolution3 {
background:url(../img/business3.modal.jpg) top left no-repeat;
}
#BusinessSolution3 .content .top {
top:22px;
}
#BusinessSolution3 .content .bottom {
top:110px;
}

/* Always display left & right arrows */

#fancybox-left-ico {
 left: 20px;
}

#fancybox-right-ico {
 right: 20px;
 left: auto;
}



