#colorTestTitle { 
    color: #555;
    font-size: 12pt;
    text-align: center;
}

#colorChooser, #colorChooserCombo {
    width: 550px;
    height: 300px;
    overflow-y: scroll;
    border: solid 1px #c0c0c0;
    position: relative;
}

#colorChooser div {
    clear:both;
    height: 22px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin:5px;
    text-align: center;
    vertical-align: middle;
}


#colorTestContainer {
    margin-bottom: 20px;
}

#colorTestContainer #multiPresenter {
    width: 520px;
    margin-top: 50px;
}

#colorTest {
    width: 300px;
    height: 150px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: 0 auto;
}

.colorSel {
    position: relative;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

#multiPresenter {
    margin: 20px auto;
    width: 300px;
    height: 170px;
}

#leftSel {
    margin: 0 auto;
    width: 95px; 
    height: 58px;
    z-index: 10;
    float: left;
    left: 60px;
    top: 20px;
}

#colorChooserCombo #leftSel span {
    position:relative;
    top: 20px;
    right: 1px;
}

#middleSel {
    margin: 0 auto;
    width: 180px; 
    height: 117px;
    top: 40px;
}

#colorChooserCombo #middleSel span {
    position:relative;
    top: 60px;
    right: 60px;
}

#rightSel {
    margin: 0 auto;
    left: 70px; 
    width: 78px; 
    height: 74px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    bottom: 70px;
}

#rightSel2 {
    margin: 0 auto;
    width: 78px;
    height: 74px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    right: 50px;
}

#colorChooserCombo #rightSel span {
    position:relative;
    top: 30px;
    right: 1px;
}

#colorTestContainer .colorSel {
    border: solid 2px transparent;
    background-color: #fff;
}

#colorTestContainer .selected {
    border: solid 2px #f6ff00;
}

#colorTestContainer #middleSel { 
    background-color: #555;
    height: 150px;
    top: 1px;
    width: 400px;
}
#colorTestContainer #leftSel { 
    background-color: #F52F34;
    top: -30px;
    left: 20px;
    height: 100px;
    width: 200px;
}
#colorTestContainer #rightSel { 
    background-color: #0085F6;
    bottom: 90px;
    width: 100px;
    height: 100px;
    left: 200px;
}

#colorTestContainer #rightSel span {  
    top: 40px;
    position: relative;
}

#colorChooser .colorChoice {
    cursor: pointer;
}

#colorGuide{
	width:520px;
	height:420px;
}
#colorGuide .turn-page{
	background-color:#ccc;
	background-size:100% 100%;
}